File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -20,28 +20,27 @@ after_failure:
20
20
21
21
jobs :
22
22
include :
23
- - stage : Code Standard Checker
24
- php : 7.1
23
+ - name : Nette Code Checker
25
24
install :
26
- # Install Nette Code Checker
27
25
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
28
- # Install Nette Coding Standard
29
- - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
30
-
31
26
script :
32
27
- php temp/code-checker/code-checker --strict-types -i tests/Utils/fixtures.reflection
28
+
29
+
30
+ - name : Nette Coding Standard
31
+ install :
32
+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
33
+ script :
33
34
- php temp/coding-standard/ecs check src tests --config tests/coding-standard.yml
34
35
35
36
36
- - stage : Static Analysis
37
- php : 7.1
37
+ - stage : Static Analysis (informative)
38
38
install :
39
39
# Install PHPStan
40
40
- travis_retry composer create-project phpstan/phpstan-shim temp/phpstan --no-progress
41
41
- travis_retry composer install --no-progress --prefer-dist
42
-
43
42
script :
44
- - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 7 --configuration tests/phpstan.neon src
43
+ - php temp/phpstan/phpstan.phar analyse --autoload-file vendor/autoload.php --level 5 --configuration tests/phpstan.neon src
45
44
46
45
47
46
- stage : Code Coverage
53
52
54
53
55
54
allow_failures :
56
- - stage : Static Analysis
55
+ - stage : Static Analysis (informative)
57
56
- stage : Code Coverage
58
57
59
58
You can’t perform that action at this time.
0 commit comments