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

Try to get rid of --prefer-lowest and see if it works now.

parent 192c1ffb
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,7 @@ php:
matrix:
allow_failures:
- php: hhvm
before_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.3" || "$TRAVIS_PHP_VERSION" == "5.4" ]];
then composer update --dev --prefer-lowest; else
composer install --dev;
fi
before_script: composer install --dev
script: phpunit --configuration tools/phpunit
after_script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/coveralls -v; fi
......
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