aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanmiguel <[email protected]>2017-02-19 11:06:17 +0100
committerGitHub <[email protected]>2017-02-19 11:06:17 +0100
commit969e022b8e432452a47f350e14eb0dfd28d3f3da (patch)
tree3f9194d0dbe6588c0ee564cf78cf8f0485add17d
parentca56f8c6bcb956853e3b7cca96581d5d4561156c (diff)
downloadkerl-enable-travis-ci.tar.gz
kerl-enable-travis-ci.tar.bz2
kerl-enable-travis-ci.zip
Bump timeout to 45enable-travis-ci
Some erlang builds were taking longer than 30 to complete
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 84e5a87..326bbc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,7 +14,7 @@ env:
script:
- ./kerl update releases
- - travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
+ - travis_wait 45 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
- ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
- ./kerl status
- source $(./kerl path install_$_KERL_VSN)/activate