Skip to content
Snippets Groups Projects
Commit 115a6c23 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Try with "composer update" instead of "composer install". The latter does not...

Try with "composer update" instead of "composer install". The latter does not support --prefer-lowest.
parent 83b8b7a5
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ matrix:
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" || "$TRAVIS_PHP_VERSION" == "5.4" ]];
then composer install --dev --prefer-lowest; else
then composer update --dev --prefer-lowest; else
composer install --dev;
fi
script: phpunit --configuration tools/phpunit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment