Commit f33d4206 authored by Sergey Zhuravel's avatar Sergey Zhuravel

Fix travis build using phpunit from vendors

parent 1de27dd7
...@@ -20,5 +20,4 @@ before_script: ...@@ -20,5 +20,4 @@ before_script:
- sh -c "if [ '$DB' = 'mysqli' ]; 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 --prefer-source --dev install - composer --prefer-source --dev install
script: phpunit --configuration tests/travis/$DB.travis.xml script: vendor/phpunit/phpunit/composer/bin/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