From da5670bae5e03e66b5ee0970e33992448079d302 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Mon, 8 Jan 2018 07:14:21 -0600 Subject: [PATCH] missing colon --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ba7dfe..9f504c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ jobs: - stage: lint script: vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; - - stage lint + - stage: lint script: temp/ecs/bin/ecs check src tests; before_script: composer create-project symplify/easy-coding-standard temp/ecs;