travis: bump min version to PHP 5.6, add PHP 7.1

Min version is PHP 5.6, see composer: ad403d7a63/composer.json (L20)
Also PHP 7.1 is available on Travis
This commit is contained in:
Tomáš Votruba 2016-08-23 14:39:56 +02:00 committed by GitHub
parent ad403d7a63
commit 08e4134af0
1 changed files with 2 additions and 2 deletions

View File

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