Adding php 7.1 to travis

This commit is contained in:
Thomas Müller 2016-09-20 11:39:41 +02:00 committed by terrafrost
parent ff7bc85a8f
commit d7295e827c

View File

@ -7,6 +7,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
env:
@ -27,7 +28,7 @@ install:
- cd ..
- eval `ssh-agent -s`
- travis/setup-secure-shell.sh
- sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' -a '$TRAVIS_PHP_VERSION' != '7.0' ]; then travis/install-php-extensions.sh; fi"
- sh -c "if [ '$TRAVIS_PHP_VERSION' != 'hhvm' -a '$TRAVIS_PHP_VERSION' != '7.0' -a '$TRAVIS_PHP_VERSION' != '7.1' ]; then travis/install-php-extensions.sh; fi"
- travis/setup-composer.sh
script: