diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-15 04:31:20 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-06-17 02:00:58 +0200 |
commit | bd3242a70f19da6f4cd18b5889fdede9659ce932 (patch) | |
tree | 55821950ff6784220a24bcac7435bd41b3b841a2 | |
parent | 185fc775b91ddbb543c5021ae62ba61376dbde86 (diff) | |
download | rneovim-bd3242a70f19da6f4cd18b5889fdede9659ce932.tar.gz rneovim-bd3242a70f19da6f4cd18b5889fdede9659ce932.tar.bz2 rneovim-bd3242a70f19da6f4cd18b5889fdede9659ce932.zip |
ci: Travis: skip lint job with "\[skip.lint\]"
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 63f86ab2d8..8ccc45084b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |