We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae2df26 + 485c739 commit 16bb9c7Copy full SHA for 16bb9c7
.travis.yml
@@ -6,6 +6,6 @@ python:
6
env:
7
- BASEDIR="https://raw.githubusercontent.com/open-contracting/standard-maintenance-scripts/master"
8
install:
9
- - curl -s -S $BASEDIR/tests/install.sh | bash -
+ - curl -s -S --retry 3 $BASEDIR/tests/install.sh | bash -
10
script:
11
- - curl -s -S $BASEDIR/tests/script.sh | bash -
+ - curl -s -S --retry 3 $BASEDIR/tests/script.sh | bash -
0 commit comments