aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-07-13 17:21:29 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-13 17:21:29 -0700
commitacd4f162a28ce6ff020ba585407710d21d088dc1 (patch)
treeee8a7c4d3516a2567b86059d782af8746b851080 /.travis.yml
parent1003092f9eb986231ab539d0e40f27e1314f47de (diff)
downloadcheckstyle-acd4f162a28ce6ff020ba585407710d21d088dc1.tar.gz
config: skip CIs is changes are only in intellij-idea-inspections.xml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4fd2890a7..8b3bc2d43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -169,7 +169,7 @@ matrix:
- CMD="./.ci/travis/travis.sh no-error-test-sbe"
script:
- - SKIP_FILES=".github|appveyor.yml|circle.yml|distelli-manifest.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr|shippable.yml|wercker.yml"
+ - SKIP_FILES=".github|appveyor.yml|circle.yml|distelli-manifest.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr|shippable.yml|wercker.yml|intellij-idea-inspections.xml"
- SKIP_CI=$(if [[ $(git diff --name-only HEAD HEAD~1 | grep -vE "$SKIP_FILES" | cat | wc -c | sed 's/^ *//' ) > 0 ]]; then echo false; else echo true; fi;)
- echo "SKIP_CI="$SKIP_CI
- |