Skip to content

Commit 16bb9c7

Browse files
authored
Merge pull request #7 from open-contracting/travis_retry
2 parents ae2df26 + 485c739 commit 16bb9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ python:
66
env:
77
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
88
install:
9-
- curl -s -S $BASEDIR/tests/install.sh | bash -
9+
- curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
1010
script:
11-
- curl -s -S $BASEDIR/tests/script.sh | bash -
11+
- curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -

0 commit comments

Comments
 (0)