Skip to content

Commit

Permalink
Merge pull request #273 from alcaeus/test-php7.4-snapshot
Browse files Browse the repository at this point in the history
Add PHP 7.4snapshot to build pipeline
  • Loading branch information
alcaeus committed Feb 11, 2019
2 parents f016565 + aacbeec commit bd4336b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

jobs:
include:
Expand Down Expand Up @@ -44,3 +45,6 @@ install:

script:
- vendor/bin/phpunit

allow_failures:
- php: 7.4snapshot

0 comments on commit bd4336b

Please sign in to comment.