Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehyslop committed Jun 18, 2020
1 parent ebb1232 commit ec0a6f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
dist: trusty
jdk:
- openjdk7
- openjdk8
- oraclejdk8
- oraclejdk9
matrix:
Expand All @@ -10,6 +10,7 @@ matrix:
branches:
only:
- master
- /^hotfix\/.*$/
before_install:
- mkdir -p ~/.m2; wget -q -O ~/.m2/settings.xml https://raw.githubusercontent.com/AtlasOfLivingAustralia/travis-build-configuration/master/travis_maven_settings.xml
script: mvn clean install deploy
Expand Down

0 comments on commit ec0a6f0

Please sign in to comment.