Skip to content

Commit 81a917f

Browse files
committed
Revert "Prefer distributions with Composer"
This reverts commit eb34a29. Props @staabm for pointing out `--prefer-dist` is API limited, which can cause problems on Travis.
1 parent 3cfa046 commit 81a917f

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
@@ -2,7 +2,7 @@ language: php
22
before_script:
33
# Setup Coveralls and httpbin-php
44
- phpenv local 5.5
5-
- composer install --dev --no-interaction --prefer-dist
5+
- composer install --dev --no-interaction
66

77
- TESTPHPBIN=$(phpenv which php)
88
- sudo PHPBIN=$TESTPHPBIN vendor/bin/start.sh

0 commit comments

Comments
 (0)