aboutsummaryrefslogtreecommitdiff
path: root/distelli-manifest.yml
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-07-07 16:26:52 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-07 16:26:52 -0700
commit50b17120a0a9e5523ab03825c2d33373cda7369b (patch)
tree36685da6f47e1bb648c7dc9d979934abb9cde6bd /distelli-manifest.yml
parent43d0ae21944fd7301e249153f64305e30f6cd2d6 (diff)
downloadcheckstyle-50b17120a0a9e5523ab03825c2d33373cda7369b.tar.gz
config: update distelli ci config to avoid build failure in launch.sh
Diffstat (limited to 'distelli-manifest.yml')
-rw-r--r--distelli-manifest.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/distelli-manifest.yml b/distelli-manifest.yml
index 1723c139e..d1d105fe9 100644
--- a/distelli-manifest.yml
+++ b/distelli-manifest.yml
@@ -11,12 +11,10 @@ checkstyle/checkstyle:
exit 0;
fi
- command -v jdk_switcher > /dev/null && jdk_switcher use oraclejdk8
+ - mvn clean install -Pno-validations
- git clone https://github.com/checkstyle/contribution && cd contribution/checkstyle-tester
- - sed -i.'' 's/^guava/#guava/' projects-for-travis.properties
- - sed -i.'' 's/#spring-framework/spring-framework/' projects-for-travis.properties
- - sed -i.'' 's/projects-to-test-on.properties/projects-for-travis.properties/' launch.sh
- - cd ../../ && mvn clean install -Pno-validations
- - cd contribution/checkstyle-tester
+ - sed -i.'' 's/^guava/#guava/' projects-to-test-on.properties
+ - sed -i.'' 's/#spring-framework/spring-framework/' projects-to-test-on.properties
- ./launch.sh -Dcheckstyle.config.location=checks-only-javadoc-error.xml
- |
if grep "Got an exception" target/site/checkstyle.html; then