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 @@ -28,13 +28,13 @@ jobs:
2828 php : 7.1
2929 install :
3030 # Install Nette Code Checker
31- - travis_retry composer create-project nette/code-checker temp/code-checker ~2 --no-progress
31+ - travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
3232 # Install Nette Coding Standard
33- - travis_retry composer create-project nette/coding-standard temp/coding-standard --no-progress
33+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
3434
3535 script :
36- - php temp/code-checker/src/ code-checker.php --short-arrays --strict-types
37- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.neon
36+ - php temp/code-checker/code-checker --short-arrays --strict-types
37+ - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
3838
3939
4040 - stage : Code Coverage
You can’t perform that action at this time.
0 commit comments