Permalink
Browse files

Adding OpenJDK8 to travis configuration

  • Loading branch information...
1 parent e1cf07e commit e2801eeeb31e439b050da77195a09daf0e727529 @jacarey jacarey committed May 16, 2017
Showing with 1 addition and 0 deletions.
  1. +1 −0 .travis.yml
View
@@ -10,6 +10,7 @@ cache:
- $HOME/.m2
jdk:
- oraclejdk8
+ - openjdk8
script: ./gradlew test jacocoTestReport;
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit e2801ee

Please sign in to comment.