Add travis_wait to .travis.yml to fix timeout
This commit is contained in:
@ -12,7 +12,7 @@ install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- source ci/env.sh
|
- source ci/env.sh
|
||||||
- ci/publish-tarball.sh
|
- travis_wait 100 ci/publish-tarball.sh
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Reference in New Issue
Block a user