From 09489084f8785d26fcc07dd691c7e8c6869f7742 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Mon, 8 Jan 2018 07:09:15 -0600 Subject: [PATCH] target php not allowed in lint stage? --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef6266b..3ba7dfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,9 @@ jobs: - vendor/bin/phpunit - stage: lint - php: 7.1 script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; - stage lint - php: 7.1 script: temp/ecs/bin/ecs check src tests; before_script: composer create-project symplify/easy-coding-standard temp/ecs;