From 64ee9f1df3b0348cfcb50cef48d025a35ac40a41 Mon Sep 17 00:00:00 2001 From: sanmiguel Date: Sun, 12 Feb 2017 16:08:32 +0100 Subject: Extend time given for build to 20mins https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3