Skip to content

Commit 6499b09

Browse files
authored
Use openjdk
1 parent 6eb636d commit 6499b09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ cache:
66
jobs:
77
include:
88
- stage: test
9-
jdk: oraclejdk8
9+
jdk: openjdk8
1010
script: mvn -q verify
1111
after_success:
1212
- mvn clean cobertura:cobertura coveralls:report -P coveralls.io
13-
- jdk: oraclejdk8
13+
- jdk: openjdk8
1414
env: JAVADOC=true
1515
script:
1616
- mvn clean verify -DskipTests=true
1717
- mvn javadoc:aggregate
1818
- stage: deploy
19-
jdk: oraclejdk8
19+
jdk: openjdk8
2020
script:
2121
- "./continuous-deployment/before-deploy.sh"
2222
- "./continuous-deployment/deploy.sh"

0 commit comments

Comments
 (0)