Skip to content
This repository was archived by the owner on Aug 7, 2020. It is now read-only.

Commit f154364

Browse files
committed
add a retry on travis builds
1 parent 5773454 commit f154364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ matrix:
1515
fast_finish: true
1616

1717
install:
18-
- docker build -t dags-test --file tests/_inf/Dockerfile --build-arg HTCONDOR_VERSION --build-arg PYTHON_VERSION=$TRAVIS_PYTHON_VERSION .
18+
- travis_retry docker build -t dags-test --file tests/_inf/Dockerfile --build-arg HTCONDOR_VERSION --build-arg PYTHON_VERSION=$TRAVIS_PYTHON_VERSION .
1919

2020
script:
2121
- docker run dags-test tests/_inf/travis.sh

0 commit comments

Comments
 (0)