Skip to content

Commit 0269c24

Browse files
praseodymjricher
authored andcommitted
Travis build on JDK 7+8
Configures Travis to build on Oracle JDK 7+8 and OpenJDK 7. Also enables migration to Travis' container-based infrastructure: http://docs.travis-ci.com/user/migrating-from-legacy/
1 parent 7871ee0 commit 0269c24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
language: java
2+
jdk:
3+
- oraclejdk8
4+
- oraclejdk7
5+
- openjdk7
6+
sudo: false

0 commit comments

Comments
 (0)