Skip to content

Commit c3ca96e

Browse files
committed
updated nette/coding-standard
1 parent 5157e29 commit c3ca96e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
- name: Nette Coding Standard
4949
php: 7.4
5050
install:
51-
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
51+
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^3 --no-progress
5252
script:
53-
- php temp/coding-standard/ecs check src tests --config temp/coding-standard/coding-standard-php71.yml
53+
- php temp/coding-standard/ecs check
5454

5555

5656
- stage: Static Analysis (informative)

0 commit comments

Comments
 (0)