Skip to content

Commit

Permalink
travis: uses PHP 7.4 for coding checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 23, 2020
1 parent f18056a commit 73160e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,29 @@ 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:
- php temp/code-checker/code-checker --strict-types


- name: Nette Coding Standard
php: 7.4
install:
- travis_retry composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress
script:
- php temp/coding-standard/ecs check src tests examples --config tests/coding-standard.yml


- stage: Static Analysis (informative)
php: 7.4
script:
- composer run-script phpstan


- stage: Code Coverage
php: 7.4
script:
- vendor/bin/tester -p phpdbg tests -s --coverage ./coverage.xml --coverage-src ./src
after_script:
Expand Down

0 comments on commit 73160e9

Please sign in to comment.