Skip to content

Commit 81f2cff

Browse files
committed
try configuring Travis to install latest Java 8
1 parent 7708842 commit 81f2cff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ language: java
33
jdk:
44
- oraclejdk8
55

6+
7+
# install the newest java.
8+
addons:
9+
apt:
10+
packages:
11+
- oracle-java8-installer
12+
613
sudo: false
714
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
815

0 commit comments

Comments
 (0)