Commit 339aa795 authored by Marco Pivetta's avatar Marco Pivetta

#625 - fixed phpunit runner path for travis

parent 3e956e8d
...@@ -20,4 +20,4 @@ before_script: ...@@ -20,4 +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: vendor/phpunit/phpunit/composer/bin/phpunit --configuration tests/travis/$DB.travis.xml script: ./vendor/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