mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +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
|
.idea
|
||||||
vendor
|
vendor
|
||||||
composer.lock
|
composer.lock
|
||||||
|
build
|
||||||
|
|
@ -17,7 +17,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- cd tests
|
- 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:
|
after_script:
|
||||||
- cd $CURRENT_DIR
|
- cd $CURRENT_DIR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue