Skip to content

Commit

Permalink
Add travis_wait directive before verify script (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
mziccard committed Apr 27, 2016
1 parent 7fd1d13 commit f459e2c
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 @@ before_install:
- cp target/travis/settings.xml ~/.m2/settings.xml
install: mvn install -DskipTests=true -Dgpg.skip=true
script:
- utilities/verify.sh
- travis_wait 30 utilities/verify.sh
after_success:
- utilities/after_success.sh
env:
Expand Down

0 comments on commit f459e2c

Please sign in to comment.