1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-02 18:42:36 +02:00

updated nette/coding-standard

This commit is contained in:
David Grudl
2020-10-25 17:25:28 +01:00
parent 177a800bff
commit b9683f8a3c
3 changed files with 23 additions and 10 deletions

View File

@@ -33,7 +33,6 @@ after_failure:
jobs:
include:
- name: Nette Code Checker
php: 7.4
install:
- travis_retry composer create-project nette/code-checker temp/code-checker ^3 --no-progress
script:
@@ -43,9 +42,9 @@ jobs:
- name: Nette Coding Standard
php: 7.4
install:
- 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
script:
- php temp/coding-standard/ecs check src tests examples --config tests/coding-standard.yml
- php temp/coding-standard/ecs check src tests
- stage: Static Analysis (informative)