diff options
author | sanmiguel <[email protected]> | 2017-02-12 16:08:32 +0100 |
---|---|---|
committer | sanmiguel <[email protected]> | 2017-02-12 16:08:32 +0100 |
commit | 64ee9f1df3b0348cfcb50cef48d025a35ac40a41 (patch) | |
tree | bc29608b0a8f673d725aea6bb851575d9245a98a | |
parent | 5f4e5e252c52b890386161e72eca48618ae1e628 (diff) | |
download | kerl-64ee9f1df3b0348cfcb50cef48d025a35ac40a41.tar.gz kerl-64ee9f1df3b0348cfcb50cef48d025a35ac40a41.tar.bz2 kerl-64ee9f1df3b0348cfcb50cef48d025a35ac40a41.zip |
Extend time given for build to 20mins
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0cb1161..45da49c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ env: script: - ./kerl update releases - - ./kerl build "$_KERL_VSN" "$_KERL_VSN" + - travis_wait ./kerl build "$_KERL_VSN" "$_KERL_VSN" - ./kerl install "$_KERL_VSN" "$TMPDIR/i_$_KERL_VSN" - ./kerl status |