Skip to content

Commit e9fbf30

Browse files
committed
JDK version update
1 parent 4c0b8f9 commit e9fbf30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Set up to run the Java build script per the Travis CI documentation
55
language: java
66

7-
# Configure the build to use Oracle JDK 8
7+
# Configure the build to use Oracle JDK 9
88
jdk:
9-
- oraclejdk8
9+
- oraclejdk9
1010

1111
# 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
1212
addons:

0 commit comments

Comments
 (0)