diff --git a/.travis.yml b/.travis.yml index ad7126c071..eb6e4b6279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ jdk: - oraclejdk7 - oraclejdk8 -install: ./gradlew assemble -script: ./gradlew clean check funcTest install --stacktrace --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh +install: ./gradlew assemble -s +script: ./gradlew check funcTest install -s --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh