Attempt to fix travis ci after switch to phpdbg

This commit is contained in:
Timothy Warren 2017-02-28 14:24:32 -05:00
parent 79ce8c7790
commit 4b0226838c
2 changed files with 2 additions and 5 deletions

View File

@ -11,10 +11,7 @@ php:
script:
- mkdir -p build/logs
- vendor/bin/phpunit -c build
services:
- redis
- phpdbg -qrr -- vendor/bin/phpunit -c build
after_script:
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter

View File

@ -47,7 +47,7 @@
},
"scripts": {
"build:css": "cd public && npm run build && cd ..",
"coverage": "vendor/bin/phpunit -c build",
"coverage": "phpdbg -qrr -- vendor/bin/phpunit -c build",
"docs": "vendor/bin/phpdox",
"phpstan": "phpstan analyse src tests",
"watch:css": "cd public && npm run watch",