Skip to content

Commit

Permalink
Have travis wait longer during build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Jun 19, 2017
1 parent 15bf23d commit a52037b
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 @@ -36,7 +36,7 @@ deploy:
tags: true

script:
- sbt ++$TRAVIS_SCALA_VERSION test package
- travis_wait sbt ++$TRAVIS_SCALA_VERSION test package

#Avoid unncessary cache updates
- find $HOME/.sbt -name "*.lock" | xargs rm
Expand Down

0 comments on commit a52037b

Please sign in to comment.