We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd336fd commit a38268cCopy full SHA for a38268c
.travis.yml
@@ -1,12 +1,6 @@
1
language: java
2
jdk:
3
-- oraclejdk8
4
-
5
-# force upgrade Java8 as per https://github.com/travis-ci/travis-ci/issues/4042 (fixes compilation issue)
6
-#addons:
7
-# apt:
8
-# packages:
9
-# - oracle-java8-installer
+- openjdk8
10
11
# prevent travis running gradle assemble; let the build script do it anyway
12
install: true
0 commit comments