File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2424cache :
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
3939script :
4040 - vendor/bin/phpunit --coverage-clover=coverage.xml -v
You can’t perform that action at this time.
0 commit comments