From 50b17120a0a9e5523ab03825c2d33373cda7369b Mon Sep 17 00:00:00 2001 From: Roman Ivanov Date: Fri, 7 Jul 2017 16:26:52 -0700 Subject: config: update distelli ci config to avoid build failure in launch.sh --- distelli-manifest.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'distelli-manifest.yml') 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 -- cgit v1.2.3