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 a0b4456 commit 696dfbc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,26 +27,29 @@ jobs:


- 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 --config temp/coding-standard/coding-standard-php71.yml


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


- stage: Code Coverage
php: 7.2
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 696dfbc

Please sign in to comment.