Skip to content

Commit 2116258

Browse files
authored
Merge pull request #17 from ashnazg/ci
use ecs v3.x
2 parents eedd98e + 0b235db commit 2116258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
3333
script:
3434
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
35-
#- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
35+
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
3636

3737
cache:
3838
directories:

0 commit comments

Comments
 (0)