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 12, 2020
1 parent 5c30a2f commit 8f69b66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -22,13 +22,15 @@ 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:
Expand All @@ -41,7 +43,7 @@ jobs:


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

0 comments on commit 8f69b66

Please sign in to comment.