Skip to content

Commit

Permalink
Increase travis_wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Conaway committed Feb 23, 2016
1 parent fb4dfb6 commit 6418b73
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 @@ -12,7 +12,7 @@ cache:
- $HOME/.m2
install:
- mvn compile -DskipTests=true -Dmaven.javadoc.skip=true -Dcobertura.skip=true -B -V
script: travis_wait ./travis-script.sh
script: travis_wait 120 ./travis-script.sh
after_success:
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && mvn site site:stage scm-publish:publish-scm --settings ${HOME}/travis/settings.xml -B -V
branches:
Expand Down

0 comments on commit 6418b73

Please sign in to comment.