From 66e1fd3837d97b977fc3423c82ef8b50e7e0d2ca Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Mon, 8 Jan 2018 14:34:10 -0600 Subject: [PATCH] unstaged scripts default to 'test' stage; --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c4ab05..b165937 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,11 +9,11 @@ env: install: - composer install --no-interaction --prefer-dist -o +script: + - vendor/bin/phpunit + jobs: include: - - stage: Test - script: - - vendor/bin/phpunit - stage: lint script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon;