mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 08:34:09 +02:00
use vendor phpunit
This commit is contained in:
parent
4db3ed6c36
commit
2178a2be0e
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
.idea
|
||||
vendor
|
||||
composer.lock
|
||||
build
|
||||
|
|
@ -17,7 +17,7 @@ install:
|
|||
script:
|
||||
- mkdir -p build/logs
|
||||
- cd tests
|
||||
- phpunit --coverage-clover ../build/logs/clover.xml --configuration phpunit.xml
|
||||
- ../vendor/bin/phpunit --coverage-clover ../build/logs/clover.xml --configuration phpunit.xml
|
||||
|
||||
after_script:
|
||||
- cd $CURRENT_DIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue