From bd3242a70f19da6f4cd18b5889fdede9659ce932 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sat, 15 Jun 2019 04:31:20 +0200 Subject: ci: Travis: skip lint job with "\[skip.lint\]" --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit