Skip to content

Commit 7f2cbb5

Browse files
committed
Fix travis build errors due to rate limiting
1 parent 55e29d6 commit 7f2cbb5

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
@@ -3,6 +3,6 @@ php:
33
- 5.4
44
- 5.3
55
before_script:
6-
- composer install --dev
6+
- composer install --dev --dev --prefer-source --no-interaction
77
script:
88
- phpunit --coverage-text

0 commit comments

Comments
 (0)