aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2016-11-05 21:43:15 -0700
committerRoman Ivanov <romani@users.noreply.github.com>2016-11-06 06:31:21 -0800
commit6f2b7bdce7cbc8c78327a2c569fa0f5817a4bd69 (patch)
tree3a0277d706a604d3b82b39613e8cfe9db85c8af6 /.travis.yml
parentb99c7d976c688df71bf4ac0a84438ff220b02408 (diff)
downloadcheckstyle-6f2b7bdce7cbc8c78327a2c569fa0f5817a4bd69.tar.gz
config: update for nondex plugin to print output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7a4f6ac70..786bedfd0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,14 @@ matrix:
# NonDex (oraclejdk8)
- jdk: oraclejdk8
- env: DESC="NonDex" CMD="mvn clean nondex:nondex" COVERAGE_CMD="" DEPLOY="false"
+ env:
+ - DESC="NonDex"
+ - CMD1="mvn --fail-never clean nondex:nondex "
+ - CMD2=" && cat `grep -RlE 'td class=.x' .nondex/ | cat` < /dev/null > output.txt "
+ - CMD3=" && RESULT=\$(cat output.txt | wc -c) && cat output.txt "
+ - CMD4=" && echo 'Size of output:'\$RESULT && if [[ \$RESULT != 0 ]]; then false; fi"
+ - CMD=$CMD1$CMD2$CMD3$CMD4
+ - COVERAGE_CMD=""
# site (oraclejdk8 as 'site' success is required to be sure that on release time all will be ok, admins will use oracle8 version)
# moved to https://codeship.com/projects/124310/configure_tests