Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Travis: test PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konecnyjakub committed Oct 13, 2017
1 parent 17d96f1 commit a96f433
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

services:
- mysql
Expand All @@ -15,6 +16,10 @@ env:
- DB=pgsql RUNLEVEL=0
- DB=pgsql RUNLEVEL=10

matrix:
allow_failures:
- php: 7.2

before_script:
- composer selfupdate --no-progress
- travis_retry composer install --prefer-dist
Expand Down

0 comments on commit a96f433

Please sign in to comment.