We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c56b2 commit 82bb6b7Copy full SHA for 82bb6b7
.travis.yml
@@ -16,7 +16,7 @@ before_script:
16
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database doctrine_tests;' -U postgres; fi"
17
- sh -c "if [ '$DB' = 'pgsql' ]; then psql -c 'create database doctrine_tests_tmp;' -U postgres; fi"
18
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'create database IF NOT EXISTS doctrine_tests_tmp;create database IF NOT EXISTS doctrine_tests;'; fi"
19
- - composer install --prefer-source --dev
+ - composer install --prefer-dist --dev
20
21
script: phpunit --configuration tests/travis/$DB.travis.xml
22
0 commit comments