Skip to content

Commit b3037d4

Browse files
committed
Use travis_retry in case of connectivity problems
1 parent 02ca5e0 commit b3037d4

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
@@ -11,7 +11,7 @@ before_install:
1111
- pip install -U poetry
1212

1313
install:
14-
- poetry install
14+
- travis_retry poetry install
1515

1616
addons:
1717
apt:

0 commit comments

Comments
 (0)