Skip to content

Commit f72c791

Browse files
committed
Use tarballs rather than clones
They are faster, esp now we are using the cache. Originally we switched to clones since the tarballs failed sometimes, though this should already be mitigated by us now using `travis_retry`
1 parent 0b044e0 commit f72c791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ php:
1010

1111
sudo: false
1212

13-
install: travis_retry composer install --prefer-source
13+
install: travis_retry composer install
1414

1515
script: composer ci
1616

0 commit comments

Comments
 (0)