From 702d1919a66a47c09f77fba5923338f1e312c4dc Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sun, 4 Oct 2020 22:31:30 +0200 Subject: [PATCH] make phpunit run explicit in CI --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9283ed15..f1ce20f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,6 @@ before_script: # disable xdebug if not coverage - phpenv config-rm xdebug.ini -script: - - vendor/bin/phpunit - install: - composer install @@ -28,6 +25,7 @@ jobs: - name: Unit Tests + script: vendor/bin/phpunit - name: Test Coverage