Skip to content

Commit 6294284

Browse files
committed
Add "travis_retry" to our build to reduce transitory failures
1 parent c7e9192 commit 6294284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_script:
1313
- image="memcached:$VARIANT"
1414

1515
script:
16-
- docker build -t "$image" "$VARIANT"
16+
- travis_retry docker build -t "$image" "$VARIANT"
1717
- ~/official-images/test/run.sh "$image"
1818

1919
after_script:

0 commit comments

Comments
 (0)