Switching to JDK8 for tests

This commit is contained in:
Marcin Grzejszczak
2016-05-03 23:15:24 +02:00
parent 998c9f2de6
commit b4ab8b06bf

View File

@@ -13,4 +13,4 @@ jdk:
- oraclejdk8
install: ./gradlew assemble
script: ./gradlew clean check funcTest install --stacktrace --continue && ./scripts/runTests.sh
script: ./gradlew clean check funcTest install --stacktrace --continue && jdk_switcher use oraclejdk8 && ./scripts/runTests.sh