Skip to content

Commit

Permalink
Disable openjdk7 in Travis-CI build. Add oraclejdk8.
Browse files Browse the repository at this point in the history
  • Loading branch information
kngenie committed Jan 6, 2016
1 parent 7b21869 commit 1363af7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: java
jdk:
- oraclejdk8
- oraclejdk7
- openjdk7
#- openjdk7
branches:
only:
- master
Expand Down

0 comments on commit 1363af7

Please sign in to comment.