Skip to content

Commit 329341a

Browse files
authored
Merge pull request #157 from ashnazg/ci
use ecs v3.x
2 parents ef73f5c + d31c40a commit 329341a

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
@@ -33,7 +33,7 @@ jobs:
3333
- travis_retry php phive.phar --no-progress install --trust-gpg-keys 8E730BA25823D8B5 phpstan
3434
script:
3535
- ./tools/phpstan analyse src --level max --configuration phpstan.neon
36-
- composer create-project symplify/easy-coding-standard temp/ecs && temp/ecs/bin/ecs check src tests
36+
- composer create-project symplify/easy-coding-standard temp/ecs ^3 && temp/ecs/bin/ecs check src tests
3737

3838
cache:
3939
directories:

0 commit comments

Comments
 (0)