Skip to content

Commit

Permalink
Use vendor version of PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Jun 16, 2016
1 parent a13b30b commit c6f4c41
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 @@ -40,7 +40,7 @@ before_script:
- ./tests/travis_${TRANSPORT}.sh

script:
- phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
- ./vendor/bin/phpunit -c tests/phpunit_${TRANSPORT}.xml.dist
- if [ "$PHPBENCH" = "yes" ]; then php vendor/bin/phpbench run --report=all; fi;


Expand Down

0 comments on commit c6f4c41

Please sign in to comment.