Skip to content

Commit

Permalink
Skip coverage on Java 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Apr 19, 2017
1 parent bceaa51 commit 29d6a26
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 @@ -34,4 +34,4 @@ install: /bin/true

script:
- mvn package -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
- mvn test $COVERALLS -V -Dcoveralls
- mvn test $COVERALLS -V -P coverage

0 comments on commit 29d6a26

Please sign in to comment.