Skip to content

Commit

Permalink
Use vendor phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrowe committed Sep 8, 2017
1 parent 49bd062 commit 0f0f634
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 @@ -17,7 +17,7 @@ before_script:
- composer install --prefer-dist --no-interaction

script:
- sh -c "if [ '$RUN_TESTS' = '1' ]; then phpunit --coverage-text --coverage-clover=coverage.clover; fi"
- sh -c "if [ '$RUN_TESTS' = '1' ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi"
- sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p -n --extensions=php --standard=psr2 ./src ./tests; fi"

notifications:
Expand Down

0 comments on commit 0f0f634

Please sign in to comment.