Skip to content

Commit

Permalink
switch Travis from Oracle JDK to OpenJDK IQSS#6036
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Jul 18, 2019
1 parent 221e7fb commit aa99851
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
@@ -1,5 +1,5 @@
language: java
jdk:
- oraclejdk8
- openjdk8
script: mvn -DcompilerArgument=-Xlint:unchecked test -P all-unit-tests
after_success: mvn jacoco:report coveralls:report

0 comments on commit aa99851

Please sign in to comment.