Speed up Travis build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user