Skip to content

Commit 72bb66f

Browse files
author
Carmine DiMascio
committed
specify jdk
1 parent 985983c commit 72bb66f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: java
2+
jdk:
3+
- openjdk8
24

35
script: mvn clean test
46

57
sudo: false
68
after_success:
7-
- mvn clean test jacoco:report coveralls:report
9+
- mvn clean test jacoco:report coveralls:report

0 commit comments

Comments
 (0)