diff options
-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 |