We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878736a commit 4a74f72Copy full SHA for 4a74f72
1 file changed
.travis.yml
@@ -39,6 +39,6 @@ before_install:
39
40
script:
41
- set -e # If one of these commands fails, exit immediately.
42
- - make dev.provision.services."$SERVICES"
+ - travis_wait 30 make dev.provision.services."$SERVICES"
43
- make dev.up."$SERVICES"
44
- make dev.check."$SERVICES"
0 commit comments