Skip to content

Commit

Permalink
Add PHP 8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Oct 7, 2020
1 parent 71d6eeb commit 697e3ee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ php:
- 7.4
before_script:
- composer self-update
install:
- composer install
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
jobs:
include:
- stage: Test
name: PHP 8
php: nightly
install: composer install --ignore-platform-reqs

0 comments on commit 697e3ee

Please sign in to comment.