Skip to content

Commit

Permalink
run travis tests with oraclejdk8
Browse files Browse the repository at this point in the history
for now, allow failure, since we're allowing failure for oraclejdk7

I see no indication that travis provides openjdk8, but I may be wrong
  • Loading branch information
Mike Blume committed Mar 28, 2014
1 parent 5e04894 commit f9c6bb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
matrix:
allow_failures:
- oraclejdk7
- oraclejdk8

0 comments on commit f9c6bb4

Please sign in to comment.