Skip to content

Commit f206f09

Browse files
committed
Travis-CI now has support for multiple JDKs.
We use all options as of the date of this commit: - OpenJDK 6 - OpenJDK 7 - Oracle JDK 7.
1 parent 6a734ee commit f206f09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
language: java
2+
jdk:
3+
- openjdk6
4+
- openjdk7
5+
- oraclejdk7
26
script: "mvn clean install"
37
notifications:
48
email: false

0 commit comments

Comments
 (0)