Use --prefer-dist with Composer for Travis tests

This commit is contained in:
Ben Ramsey
2015-06-21 19:38:09 -05:00
parent b375d1de2b
commit ae52f8956c
+1 -1
View File
@@ -12,7 +12,7 @@ before_install:
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
- travis_retry composer install --no-interaction --prefer-dist
- sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then printf "\n" | pecl install uuid; fi;'
- phpenv rehash