Skip to content

Commit

Permalink
Update travis config for matrix/job changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gschneider-r7 committed Feb 12, 2020
1 parent 69ff3a4 commit ba520cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ jdk:
- openjdk8
- openjdk11
- openjdk-ea
matrix:
allow_failures:
- jdk: openjdk11
- jdk: openjdk-ea
fast_finish: true
install: true
before_install:
- if [ ! -z "$GPG_SECRET_KEYS" ]; then echo $GPG_SECRET_KEYS | base64 --decode | $GPG_EXECUTABLE --import; fi
- if [ ! -z "$GPG_OWNERTRUST" ]; then echo $GPG_OWNERTRUST | base64 --decode | $GPG_EXECUTABLE --import-ownertrust; fi
script:
- mvn test -Dgpg.skip -Dmaven.javadoc.skip=true -B -V -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
jobs:
allow_failures:
- jdk: openjdk11
- jdk: openjdk-ea
fast_finish: true
include:
- stage: deploy
if: branch =~ /^(?:master|\d+\.\d+(\.\d+)?(-\S*)?)$/ AND type != pull_request AND fork = false
Expand Down

0 comments on commit ba520cb

Please sign in to comment.