Commit 910be8c9 authored by Marco Pivetta's avatar Marco Pivetta

Composer should `update`, not `install` dependencies

parent d6e93bf8
......@@ -24,7 +24,7 @@ before_script:
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS doctrine_tests_tmp;create database IF NOT EXISTS doctrine_tests;'; fi"
- sh -c "if [ '$DB' = 'mysqli' ]; then mysql -e 'create database IF NOT EXISTS doctrine_tests_tmp;create database IF NOT EXISTS doctrine_tests;'; fi"
- composer self-update
- composer --prefer-source --dev install
- composer update --prefer-source
script: phpunit --configuration tests/travis/$DB.travis.xml
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment