Skip to content

Commit

Permalink
travis: updated NCS
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Apr 14, 2021
1 parent 94e1226 commit aa89af3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- 7.1
- 7.4

before_install:
# turn off XDebug
Expand All @@ -27,9 +27,9 @@ jobs:

- name: Nette Coding Standard
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 --config temp/coding-standard/coding-standard-php71.yml
- php temp/coding-standard/ecs check src tests


- stage: Static Analysis (informative)
Expand Down

0 comments on commit aa89af3

Please sign in to comment.