mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci: Travis: skip lint job with "\[skip.lint\]"
This commit is contained in:
parent
185fc775b9
commit
bd3242a70f
@ -68,7 +68,7 @@ jobs:
|
||||
# store 32-bit dependencies in a separate cache.
|
||||
compiler: gcc
|
||||
env: BUILD_32BIT=ON
|
||||
- if: branch = master
|
||||
- if: branch = master AND commit_message !~ /\[skip.lint\]/
|
||||
os: linux
|
||||
env: CI_TARGET=lint
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user