Skip to content

Commit

Permalink
Alter travis maven build target from ‘install’ to ‘package’.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettwooldridge committed Apr 19, 2017
1 parent f1f7873 commit 79f4eff
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 @@ -32,5 +32,5 @@ matrix:
install: /bin/true

script:
- mvn install -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
- mvn package -Dskip.unit.tests=true -Dmaven.javadoc.skip=true -V -B
- mvn test coveralls:report -V -P coverage

0 comments on commit 79f4eff

Please sign in to comment.