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

Commit 8a5ba81

Browse files
authored
Update README.md
Remove travis_retry from MD.
1 parent 34b83a9 commit 8a5ba81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ php:
118118
- 5.6
119119
- hhvm
120120

121+
# In case of timeouts and build failures you may want to prepend 'travis_retry' to the following commands:
121122
before_script:
122-
- travis_retry curl -s http://getcomposer.org/installer | php
123-
- travis_retry php composer.phar install -n
123+
- curl -s http://getcomposer.org/installer | php
124+
- php composer.phar install -n
124125

125126
script:
126127
- php vendor/bin/phpunit

0 commit comments

Comments
 (0)