Skip to content

Commit

Permalink
Add PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo committed Jan 28, 2018
1 parent 7dab0d4 commit 19b9cb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ php:
- 5.6
- 7.0
- 7.1
- 7.2

env:
global:
Expand All @@ -16,6 +17,11 @@ env:
- RELEASE=dev COMPOSER_CHANNEL=stable
- RELEASE=stable COMPOSER_CHANNEL=snapshot

matrix:
exclude:
- php: 7.2
env: RELEASE=stable

before_install:
- echo 'sendmail_path = /bin/true' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 19b9cb5

Please sign in to comment.