Skip to content

Commit

Permalink
Adding explicit call to vendor/bin/phpunit in travis config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Feb 22, 2019
1 parent c46caae commit 9a581e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install:

script:
- mkdir -p build/logs
- php vendor/bin/phpunit

after_success:
- travis_retry php vendor/bin/php-coveralls -v
- travis_retry php vendor/bin/php-coveralls

0 comments on commit 9a581e8

Please sign in to comment.