Skip to content

Commit

Permalink
PHPUnit tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Nov 11, 2015
1 parent be760f6 commit 1baa71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ before_script:
fi
- pwd
script:
- phpunit --configuration ../travis.phpunit.xml.dist --bootstrap ./vendor/autoload.php
- phpunit --configuration ../travis.phpunit.xml.dist --bootstrap ../vendor/autoload.php
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 1baa71a

Please sign in to comment.