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 f9cd919 commit f6f0b41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ 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:
Expand All @@ -59,6 +61,7 @@ jobs:


- 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 f6f0b41

Please sign in to comment.