Merge pull request #90 from TomasVotruba/patch-4

travis: bump min version to PHP 5.6, add PHP 7.1
This commit is contained in:
Phil Sturgeon 2016-08-23 09:55:53 -04:00 committed by GitHub
commit f0dea272e5

View file

@ -1,9 +1,9 @@
language: php language: php
php: php:
- 5.5
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1
- hhvm - hhvm
# This triggers builds to run on the new TravisCI infrastructure. # This triggers builds to run on the new TravisCI infrastructure.
@ -17,7 +17,7 @@ cache:
matrix: matrix:
include: include:
- php: 5.5 - php: 5.6
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script: before_script: