Skip to content

Commit

Permalink
Use local phpunit executable in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
guiwoda committed Apr 12, 2017
1 parent c1925cf commit 9a36ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ after_script:

sudo: false

script: phpunit --coverage-clover=coverage.clover
script: ./vendor/bin/phpunit --coverage-clover=coverage.clover

matrix:
fast_finish: true

0 comments on commit 9a36ef7

Please sign in to comment.