Skip to content

Commit

Permalink
Updated Travis builds to use multiple JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Jan 13, 2017
1 parent 564ae9f commit 93ab365
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
@@ -1,7 +1,15 @@
language: java

addons:
apt:
packages:
- mediainfo

jdk:
- openjdk7
- oraclejdk7
- oraclejdk8

install: mvn external:install
script: mvn install -Dmaven.javadoc.skip=true -B -V

script: mvn install -Dmaven.javadoc.skip=true -B -V

0 comments on commit 93ab365

Please sign in to comment.