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

Commit 34b83a9

Browse files
authored
Update .travis.yml
Remove travis_retry and add it to the documentation template.
1 parent 823584f commit 34b83a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ php:
77
- nightly
88

99
before_script:
10-
- travis_retry curl -s http://getcomposer.org/installer | php
11-
- travis_retry php composer.phar install -n
10+
# In case of timeouts and build failures you may want to prepend 'travis_retry' to the following commands:
11+
- curl -s http://getcomposer.org/installer | php
12+
- php composer.phar install -n
1213

1314
# Explicitly use the phpunit from composer, not any system-wide found
1415
script:

0 commit comments

Comments
 (0)