Permalink
Browse files
Adding OpenJDK8 to travis configuration
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
.travis.yml
|
|
@@ -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