Skip to content

Commit

Permalink
specify jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Carmine DiMascio committed Jul 18, 2019
1 parent 985983c commit 72bb66f
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
@@ -1,7 +1,9 @@
language: java
jdk:
- openjdk8

script: mvn clean test

sudo: false
after_success:
- mvn clean test jacoco:report coveralls:report
- mvn clean test jacoco:report coveralls:report

0 comments on commit 72bb66f

Please sign in to comment.