Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Travis: test against PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Aug 18, 2019
1 parent 4683539 commit 30419ba
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 @@ -8,6 +8,7 @@ php:
- "7.1"
- "7.2"
- "7.3"
- "7.4snapshot"

sudo: false

Expand All @@ -16,6 +17,12 @@ cache:
- vendor
- $HOME/.composer/cache

jobs:
fast_finish: true
allow_failures:
# Allow failures for unstable builds.
- php: "7.4snapshot"

install:
- composer install --no-interaction --prefer-source

Expand Down

0 comments on commit 30419ba

Please sign in to comment.