Skip to content

Commit

Permalink
[BUILD] Add PHP 7.4 to travis build (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] committed Dec 3, 2019
2 parents 0239c67 + b8ec5aa commit 21e6987
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -28,19 +29,19 @@ matrix:
fast_finish: true
include:
- stage: lint
php: 7.3
php: 7.4
env: TARGET=lint
- stage: lint
php: 7.3
php: 7.4
env: TARGET=phpstan
- stage: lint
php: 7.3
php: 7.4
env: TARGET=checkdeps
- stage: test
php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 7.3
- php: 7.4
env: TARGET=checkdeps

before_install:
Expand Down

0 comments on commit 21e6987

Please sign in to comment.