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 @@ -28,18 +28,18 @@ jobs:
28
28
php : 7.1
29
29
install :
30
30
# 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
32
32
# 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
34
34
# Install new Node.js
35
35
- . $HOME/.nvm/nvm.sh
36
36
- nvm install stable
37
37
- nvm use stable
38
38
# Install Grunt and Eslint
39
39
- npm install -g grunt-cli; cd tests/netteForms; npm install; cd ../..
40
40
script :
41
- - php temp/code-checker/src/ code-checker.php --short-arrays --strict-types
42
- - php temp/coding-standard/ecs check src tests examples --config temp/coding-standard/coding-standard-php71.neon
41
+ - php temp/code-checker/code-checker --strict-types
42
+ - php temp/coding-standard/ecs check src tests examples --config temp/coding-standard/coding-standard-php71.yml
43
43
- grunt --gruntfile=tests/netteForms/Gruntfile.js test
44
44
- tests/netteForms/node_modules/.bin/eslint src/assets/netteForms.js --config tests/.eslintrc.js
45
45
You can’t perform that action at this time.
0 commit comments