Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Set phpunit config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hxtree committed Jan 9, 2021
1 parent 0366c27 commit 33f67a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- composer install
- composer update --no-scripts
script:
- ./vendor/bin/phpunit
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
- phpunit --configuration phpunit.xml --coverage-clover build/logs/clover.xml
after_script:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 33f67a5

Please sign in to comment.