aboutsummaryrefslogtreecommitdiff
path: root/shippable.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 /shippable.yml
parent1003092f9eb986231ab539d0e40f27e1314f47de (diff)
downloadcheckstyle-acd4f162a28ce6ff020ba585407710d21d088dc1.tar.gz
config: skip CIs is changes are only in intellij-idea-inspections.xml
Diffstat (limited to 'shippable.yml')
-rw-r--r--shippable.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/shippable.yml b/shippable.yml
index 320dfb6d8..9713d95d0 100644
--- a/shippable.yml
+++ b/shippable.yml
@@ -41,7 +41,7 @@ build:
ci:
# we skip PRs and commits that are not for Issues, as pitest is too time consuming
- |
- SKIP_FILES="appveyor.yml|circle.yml|distelli-manifest.yml|.travis.yml|wercker.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr"
+ SKIP_FILES="appveyor.yml|circle.yml|distelli-manifest.yml|.travis.yml|wercker.yml|fast-forward-merge.sh|LICENSE|LICENSE.apache20|README.md|release.sh|RIGHTS.antlr|intellij-idea-inspections.xml"
SKIP_CI=$(if [[ $(git diff --name-only HEAD HEAD~1 | grep -vE "$SKIP_FILES" | cat | wc -c) > 0 ]]; then echo false; else echo true; fi;)
echo "SKIP_CI="$SKIP_CI
if [[ $SKIP_CI == 'false' ]];