From 9cf0fc77f775ff45c4a388b217ad01beb4e66c57 Mon Sep 17 00:00:00 2001 From: Dave Shoreman Date: Sun, 1 Nov 2020 04:13:13 +0000 Subject: [PATCH] It's a new dawn, it's a new day, its a new push! foorrrrr meeeeeeeeeeeeeeeeeeeee --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a27a04f..abeba18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ script: - vendor/bin/grumphp run - vendor/bin/phpunit -c "tests/${PHPUNIT_CONFIG:-phpunit}.xml" --testdox --color=always - echo "CMD: vendor/bin/phpunit -c tests/${PHPUNIT_CONFIG:-phpunit}.xml --testdox --color=always" - - composer infection --test-framework-options="-c 'tests/${PHPUNIT_CONFIG:-phpunit}.xml'" \ + - vendor/bin/infection --test-framework-options="-c 'tests/${PHPUNIT_CONFIG}:-phpunit}.xml'" \ --coverage-xml "tests/test-results" - composer psalm