From d31c40a6a1238dbf06bb2a063ab5b0373b903fd5 Mon Sep 17 00:00:00 2001 From: Chuck Burgess Date: Thu, 14 Jun 2018 11:01:00 -0500 Subject: [PATCH] use ecs v3.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5b82142..0113d53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ jobs: - travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan script: - ./tools/phpstan analyse src --level max --configuration phpstan.neon - - composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests + - composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests cache: directories: