Fix phpunit path

This commit is contained in:
Marcus Bointon 2017-03-15 12:22:28 +01:00
parent adeb6bdd25
commit ca9ced078c
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ before_script:
echo 'sendmail_path = "/usr/sbin/sendmail -t -i "' > $(php --ini|grep -m 1 "ini files in:"|cut -d ":" -f 2)/sendmail.ini
fi
script:
- vendor/bin/phpunit --configuration ../travis.phpunit.xml.dist
- ../vendor/bin/phpunit --configuration ../travis.phpunit.xml.dist
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover ../build/logs/clover.xml