Skip to content

Commit

Permalink
Build with openjdk11 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
zapodot committed Sep 6, 2019
1 parent ee6f1e2 commit 3cb8f37
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 @@ -9,7 +9,7 @@ before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
jdk:
- openjdk8
- oraclejdk9
- openjdk11
after_success:
- mvn clean test jacoco:report coveralls:report
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>\${env.REPO_USER}</username><password>\${env.REPO_KEY}</password></server></servers></settings>" > ~/settings.xml
Expand Down

0 comments on commit 3cb8f37

Please sign in to comment.