use vendor phpunit

This commit is contained in:
Robin Appelman 2019-03-11 12:45:48 +01:00
commit 2178a2be0e
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
.idea .idea
vendor vendor
composer.lock composer.lock
build

View file

@ -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