Speed up Travis build

This commit is contained in:
Marcin Zajaczkowski
2016-05-14 21:28:13 +02:00
parent 85d25a6e48
commit fb60a10f0e

View File

@@ -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