mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-17 16:26:51 +03:00
Use --prefer-dist with Composer for Travis tests
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user