We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5157e29 commit c3ca96eCopy full SHA for c3ca96e
.travis.yml
@@ -48,9 +48,9 @@ jobs:
48
- name: Nette Coding Standard
49
php: 7.4
50
install:
51
- - travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
+ - travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
52
script:
53
- - php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
+ - php temp/coding-standard/ecs check
54
55
56
- stage: Static Analysis (informative)
0 commit comments