summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNobuaki Sukegawa <nsuke@apache.org>2016-02-22 22:13:31 +0900
committerNobuaki Sukegawa <nsuke@apache.org>2016-03-02 23:44:22 +0900
commit50bb860acd3ea200be5261335c5ccb1300bacfae (patch)
tree7dbcce59d7d9388c879045860710c5087a966bc1 /.travis.yml
parent56c1c645f299c6570ad4c8469dbeb87fa22d8f11 (diff)
downloadthrift-50bb860acd3ea200be5261335c5ccb1300bacfae.tar.gz
follow-up: THRIFT-3690 Work around docker image build failures on Travis-CI
When hanged, travis_wait travis_retry ... fails after 20 mins. travis_retry travis_wait ... might let us actually retry.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 17fc71fd8..9946d5d5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ services:
install:
- travis_wait docker pull thrift/$DISTRO:latest || true
- cp -r ./build/docker/scripts/*.sh ./build/docker/$DISTRO/scripts/
- - travis_wait travis_retry docker build -q -t thrift-build build/docker/$DISTRO
+ - travis_retry travis_wait docker build -q -t thrift-build build/docker/$DISTRO
script:
- docker run $BUILD_ENV -v $(pwd):/thrift/src -it thrift-build $BUILD_CMD $BUILD_ARG