Skip to content

Commit

Permalink
travis.yaml: put openjdk8 first
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Aug 26, 2018
1 parent 99b9946 commit 2ec9065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
install: true
script: mvn -B clean install
jdk:
- oraclejdk8
- openjdk8
- oraclejdk8
env:
- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"

0 comments on commit 2ec9065

Please sign in to comment.