Skip to content

Commit

Permalink
Adding JDK8 as one of the test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sangupta committed Mar 18, 2015
1 parent aae998f commit f6091e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ language: java
jdk:
- openjdk7
- oraclejdk7

- openjdk8
- orackejdk8

after_success:
- mvn clean test cobertura:cobertura org.eluder.coveralls:coveralls-maven-plugin:cobertura

0 comments on commit f6091e7

Please sign in to comment.