File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
php : 7.1
32
32
install :
33
33
# Install Nette Code Checker
34
- - travis_retry composer create-project nette/code-checker temp/code-checker ~2 --no-progress
34
+ - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
35
35
# Install Nette Coding Standard
36
- - travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
36
+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
37
37
38
38
script :
39
- - php temp/code-checker/src/ code-checker.php --short-arrays --strict-types
40
- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon
39
+ - php temp/code-checker/code-checker --short-arrays --strict-types
40
+ - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
41
41
42
42
43
43
- stage : Code Coverage
You can’t perform that action at this time.
0 commit comments