Skip to content

Commit

Permalink
[Travis] Use vendor PHPUnit binary
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed Apr 17, 2018
1 parent 7b25b6e commit aa95fea
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 @@ -21,4 +21,4 @@ before_script:

script:
- vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run .
- phpunit
- vendor/bin/phpunit

0 comments on commit aa95fea

Please sign in to comment.