Merge pull request #9433 from jamessan/only-lint-master

travis: Only run lint job for master branch/PRs
This commit is contained in:
James McCoy 2019-01-01 09:23:37 -05:00 committed by GitHub
commit 340d853585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ jobs:
- os: osx
compiler: gcc
osx_image: xcode9.4 # macOS 10.13
- os: linux
- if: branch = master
os: linux
env: CI_TARGET=lint
- stage: Flaky builds
os: linux