add travis_wait for rebuidling docker image
because building image requires kerl to build erlang, which requires >10
min to build and meanwhile not printing to stdout, failing the travis
build
diff --git a/.travis.yml b/.travis.yml
index e89b3e0..edebbf3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,10 @@
- docker
install:
- - if [[ `uname` == "Linux" ]]; then build/docker/refresh.sh; fi
+ # https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
+ # adding `travis_wait` because kerl building in the docker file takes >10 min for building erlang
+ # without printing to stdout, resulting in build failures
+ - if [[ `uname` == "Linux" ]]; then travis_wait build/docker/refresh.sh; fi
stages:
- docker # docker images