Skip to content

Commit 070f90f

Browse files
author
Ashish
committed
use openjdk 8 for travis builds
1 parent be2a159 commit 070f90f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ script:
1313
- if ([ "$TRAVIS_BRANCH" == "master" ] && [ "$TRAVIS_PULL_REQUEST" == "false" ]) || [ -n "$TRAVIS_TAG" ]; then .travis/deploy.sh; else ./mvnw clean compile scoverage:report; fi
1414

1515

16-
jdk: oraclejdk8
16+
jdk: openjdk8
1717

1818
notifications:
1919
email:

0 commit comments

Comments
 (0)