Skip to content

Commit

Permalink
Fix phpunit path
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Mar 15, 2017
1 parent aabe7fc commit adeb6bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ before_script:
else
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/phpunit/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

0 comments on commit adeb6bd

Please sign in to comment.