Skip to content

Commit

Permalink
add jdk8 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshTpixler authored Oct 8, 2019
1 parent 0cbd46c commit 3021376
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 @@
#specific JDK or multiple JDK can be specified here. There is an issue with mvn surefire and openJDK8.
#It is better to switch to openJDK
language: java

jdk:
- oraclejdk8
- openjdk8

#This helps to avoid downloading artefacts every time from MVN central.
#If you find any CI build failing due to unreflected dependency changes, kindly clear the CI cache
Expand Down

0 comments on commit 3021376

Please sign in to comment.