Skip to content

Commit

Permalink
Merge 89d1749 into 83a8b9e
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 17, 2019
2 parents 83a8b9e + 89d1749 commit 4a2e22c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ matrix:
include:
# always build this environment
- jdk: openjdk8
env: ADDITIONAL_MAVEN_ARGS="-Pjacoco coveralls:report"
# only on PR
- jdk: openjdk9
if: type IN (pull_request)
Expand All @@ -20,4 +21,4 @@ cache:
- $HOME/.m2

script:
- mvn -f com.examples.myproject/pom.xml clean verify -Pjacoco coveralls:report
- mvn -f com.examples.myproject/pom.xml clean verify $ADDITIONAL_MAVEN_ARGS

0 comments on commit 4a2e22c

Please sign in to comment.