Skip to content

Commit

Permalink
travis: silently pre-fetch dependencies to not to pollute build log
Browse files Browse the repository at this point in the history
Signed-off-by: Ketoth Xupack <ketoth.xupack@gmail.com>
  • Loading branch information
KetothXupack committed Oct 16, 2013
1 parent c2778c6 commit e3af69c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ before_install:
- echo "<settings><servers><server><id>sonatype-nexus-snapshots</id><username>ketoth.xupack</username><password>${SONATYPE_PASSWORD}</password></server></servers></settings>" > ~/.m2/settings.xml

install:
- mvn -e -B -Dsilent=true dependency:go-offline | grep -vP "^Download(ed|ing):"

script:
- mvn -e -DrepoToken=$COVERALLS_KEY clean install site

after_success:
Expand Down

0 comments on commit e3af69c

Please sign in to comment.