Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Specifically calls the vendor bin file for phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpaul committed Sep 19, 2019
1 parent 5c74feb commit 87a18df
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 @@ -26,4 +26,5 @@ before_install:
install:
- travis_retry composer install --prefer-dist --no-interaction --no-suggest

script: phpunit
script:
- vendor/bin/phpunit

0 comments on commit 87a18df

Please sign in to comment.