Skip to content

Commit

Permalink
Update travis build to also publish sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Negrea committed Jul 16, 2015
1 parent 51ba8f0 commit 6f60cd6
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 @@ -9,7 +9,7 @@ notifications:
install:
- mvn -version -B
script:
- mvn -s .travis.maven.settings.xml verify | grep -vF "[INFO] Downloading:" | grep
- mvn -Prelease -s .travis.maven.settings.xml verify | grep -vF "[INFO] Downloading:" | grep
-vF "[INFO] Downloaded:"; test ${PIPESTATUS[0]} -eq 0
env:
global:
Expand Down

0 comments on commit 6f60cd6

Please sign in to comment.