Skip to content

Commit

Permalink
Use vendored phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
SocalNick committed Feb 7, 2019
1 parent 6f3314e commit fbb4168
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 @@ -13,5 +13,5 @@ before_script:
- php composer.phar install --dev

script:
- (cd test ; phpunit -c phpunit.xml)
- (cd test ; ../vendor/bin/phpunit -c phpunit.xml)
- php php-cs-fixer.phar fix -v --dry-run .

0 comments on commit fbb4168

Please sign in to comment.