Skip to content

Commit

Permalink
Run phpunit from vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed Jul 15, 2017
1 parent 281efef commit baf119e
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 @@ -16,5 +16,5 @@ before_script:
- composer install

script:
- php tests/TestServer.php 20 & phpunit
- php tests/TestServer.php 20 & vendor/bin/phpunit

0 comments on commit baf119e

Please sign in to comment.