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:
11
11
env :
12
12
# Test commited lock file
13
13
- COMPOSER_LOCK=true
14
- # Test lowest dependencies
15
14
- php : 7.1
16
15
env :
16
+ # Test lowest dependencies
17
17
- COMPOSER_FLAGS="--no-interaction --prefer-lowest"
18
+ # Test code standard
19
+ - STATIC_ANALYSIS=true
18
20
# Test with updated dependencies
19
21
- php : 7.2
20
22
- php : 7.3
21
- env :
22
- - STATIC_ANALYSIS=true
23
23
24
24
cache :
25
25
directories :
@@ -34,7 +34,7 @@ install:
34
34
fi
35
35
- composer $COMPOSER
36
36
# 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
38
38
39
39
script :
40
40
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
You can’t perform that action at this time.
0 commit comments