Skip to content

Commit

Permalink
Explicit settings everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 4, 2019
1 parent a8702c5 commit 0a6b086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -29,15 +29,15 @@ jobs:
- stage: test
jdk: openjdk8
script:
- mvn test -B -P coverage
- mvn test -B -P coverage --settings travis-settings.xml
after_success:
- mvn deploy --settings travis-settings.xml -DskipTests=true -B -P travis-deploy
- bash <(curl -s https://codecov.io/bash)
- stage: test
jdk: openjdk11
script:
- mvn test -B
- mvn test -B --settings travis-settings.xml
- stage: test
jdk: openjdk12
script:
- mvn test -B
- mvn test -B --settings travis-settings.xml

0 comments on commit 0a6b086

Please sign in to comment.