File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,26 +30,29 @@ jobs:
30
30
31
31
32
32
- name : Nette Code Checker
33
+ php : 7.4
33
34
install :
34
35
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
35
36
script :
36
37
- php temp/code-checker/code-checker --strict-types
37
38
38
39
39
40
- name : Nette Coding Standard
41
+ php : 7.4
40
42
install :
41
43
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
42
44
script :
43
45
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
44
46
45
47
46
48
- stage : Static Analysis (informative)
49
+ php : 7.4
47
50
script :
48
51
- composer run-script phpstan
49
52
50
53
51
54
- stage : Code Coverage
52
- php : 7.2
55
+ php : 7.4
53
56
script :
54
57
- vendor/bin/tester -p phpdbg tests -s -c tests/php-unix.ini --coverage ./coverage.xml --coverage-src ./src
55
58
after_script :
You can’t perform that action at this time.
0 commit comments