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 Jan 22, 2020
1 parent c84fbf3 commit cc7db2e
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 @@ -32,13 +32,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 @@ -51,6 +53,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 cc7db2e

Please sign in to comment.