Skip to content

Commit

Permalink
Use vendor PHPUnit for Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Apr 6, 2019
1 parent 4c9cd1c commit 7b48eb1
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 @@ -18,7 +18,7 @@ before_script:
- mkdir -p build/logs
- ls -al

script: phpunit
script: vendor/bin/phpunit

after_script:
- vendor/bin/test-reporter

0 comments on commit 7b48eb1

Please sign in to comment.