From 14fe13817a41dd092592b578bc1d9f6c41e7ea97 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sun, 6 Aug 2017 19:30:19 +0200 Subject: [PATCH] fix travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c513ae2509..179a4f35d82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,9 +16,9 @@ script: - vendor/bin/phpunit $PHPUNIT_FLAGS # check coding standard (defined in composer.json "scripts" section) # if this fails, run "composer fs" to fix all fixable issues - - composer cs + - composer check-cs # check with phpstan (defined in composer.json "scripts" section) - - composer ps + # - composer phpstan after_script: # upload coverage.xml file to Coveralls to analyze it