mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Merge pull request #9433 from jamessan/only-lint-master
travis: Only run lint job for master branch/PRs
This commit is contained in:
commit
340d853585
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user