Skip to content

Commit cee2089

Browse files
Set version for coding standard check
1 parent d5c5574 commit cee2089

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ matrix:
1111
env:
1212
# Test commited lock file
1313
- COMPOSER_LOCK=true
14-
# Test lowest dependencies
1514
- php: 7.1
1615
env:
16+
# Test lowest dependencies
1717
- COMPOSER_FLAGS="--no-interaction --prefer-lowest"
18+
# Test code standard
19+
- STATIC_ANALYSIS=true
1820
# Test with updated dependencies
1921
- php: 7.2
2022
- php: 7.3
21-
env:
22-
- STATIC_ANALYSIS=true
2323

2424
cache:
2525
directories:
@@ -34,7 +34,7 @@ install:
3434
fi
3535
- composer $COMPOSER
3636
# coding style
37-
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard temp/ecs; fi
37+
- if [[ $STATIC_ANALYSIS != "" ]]; then composer create-project symplify/easy-coding-standard:v2.5.9 temp/ecs; fi
3838

3939
script:
4040
- vendor/bin/phpunit --coverage-clover=coverage.xml -v

0 commit comments

Comments
 (0)