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 @@ -33,13 +33,13 @@ jobs:
33
33
php : 7.1
34
34
install :
35
35
# Install Nette Code Checker
36
- - travis_retry composer create-project nette/code-checker temp/code-checker ~2 --no-progress
36
+ - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
37
37
# Install Nette Coding Standard
38
- - travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
38
+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
39
39
40
40
script :
41
- - php temp/code-checker/src/ code-checker.php --short-arrays
42
- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php56.neon
41
+ - php temp/code-checker/code-checker
42
+ - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php56.yml
43
43
44
44
45
45
- stage : Code Coverage
You can’t perform that action at this time.
0 commit comments