Skip to content

Commit

Permalink
Travis: add PHP 7.3, 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jun 30, 2020
1 parent 764fb34 commit 631c83e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4

before_install:
# turn off XDebug
Expand All @@ -18,20 +20,20 @@ script:
jobs:
include:
- stage: Quality Assurance
php: 7.1
php: 7.4
script:
- composer run-script qa

- stage: Test Coverage
php: 7.1
php: 7.4
script:
- composer run-script coverage
after_script:
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
- php coveralls.phar --verbose --config tests/.coveralls.yml

- stage: Phpstan
php: 7.1
php: 7.4
script:
- composer run-script phpstan-install
- composer run-script phpstan
Expand All @@ -48,4 +50,4 @@ sudo: false

cache:
directories:
- $HOME/.composer/cache
- $HOME/.composer/cache

0 comments on commit 631c83e

Please # to comment.