Skip to content

Commit 1b551a0

Browse files
committed
Travis does not support Oracle JDK 7 anymore.
1 parent e68b598 commit 1b551a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: java
22
jdk:
3-
- oraclejdk7
3+
- openjdk7
44
script:
55
- "cd build"
66
- "ant rebuild -lib ./tools/junit/"

0 commit comments

Comments
 (0)