You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
# Set up to run the Java build script per the Travis CI documentation
5
5
language: java
6
6
7
-
# Configure the build to use Oracle JDK 8
7
+
# Configure the build to use Oracle JDK 9
8
8
jdk:
9
-
- oraclejdk8
9
+
- oraclejdk9
10
10
11
11
# Install the Ant JUnit package, which is missing from the Travis CI environment. See the Travis documentation: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages
0 commit comments