Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
:octocat: +php 7.4snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 16, 2019
1 parent e8859c5 commit e752755
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Expand Up @@ -2,11 +2,13 @@ language: php

matrix:
include:
- php: 7.2
- php: 7.3
- php: nightly
- php: 7.2
- php: 7.3
- php: 7.4snapshot
- php: nightly
allow_failures:
- php: nightly
- php: 7.4snapshot
- php: nightly

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

Expand Down

0 comments on commit e752755

Please sign in to comment.