From 4b0226838c2806f2c5f1e8eaef4626791ba1e207 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 28 Feb 2017 14:24:32 -0500 Subject: [PATCH] Attempt to fix travis ci after switch to phpdbg --- .travis.yml | 5 +---- composer.json | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index bcf84dd4..780abbcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/composer.json b/composer.json index 828b4f64..35443f56 100644 --- a/composer.json +++ b/composer.json @@ -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",