Skip to content

Commit

Permalink
Travis oraclejdk8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Jul 14, 2016
1 parent 40b5259 commit f222764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -22,13 +22,13 @@ script: mvn clean install

addons:
hostname: localhost # workaround for short hostname
#apt:
# packages:
# - oracle-java8-installer # install newest JDK8
apt:
packages:
- oracle-java8-installer # install newest JDK8
#- openjdk-8-jdk

jdk:
- openjdk7
- oraclejdk7
#- openjdk8
#- oraclejdk8
- oraclejdk8

0 comments on commit f222764

Please sign in to comment.