Skip to content

Commit

Permalink
use vendored phpunit in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vantoozz committed Feb 17, 2019
1 parent 13a9149 commit b7f49dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
vendor/
composer.lock
tests/.cached_proxies
.idea/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_script:
script:
- composer validate --no-check-all --strict
- mkdir -p build/logs
- phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit --testsuite=unit --coverage-text --coverage-clover build/logs/clover.xml
- vendor/bin/phpstan analyze src --level=1
- vendor/bin/parallel-lint --no-colors --exclude vendor --exclude .idea .
- vendor/bin/phpdoccheck -d src
Expand Down

0 comments on commit b7f49dc

Please sign in to comment.