FIX Remove PHP 5.5 from Travis build configuration, add 7.1

This commit is contained in:
Robbie Averill 2017-06-22 17:21:20 +12:00
parent cde9dc917a
commit 3b3db01efc

View File

@ -1,4 +1,4 @@
# See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details # See https://github.com/silverstripe/silverstripe-travis-support for setup details
sudo: false sudo: false
@ -6,23 +6,20 @@ language: php
matrix: matrix:
include: include:
- php: 5.5
env: DB=MYSQL CORE_RELEASE=4
- php: 5.6 - php: 5.6
env: DB=MYSQL CORE_RELEASE=4 env: DB=MYSQL CORE_RELEASE=4
- php: 5.6 - php: 5.6
env: DB=PGSQL CORE_RELEASE=4 env: DB=PGSQL CORE_RELEASE=4
- php: 7.0 - php: 7.0
env: DB=MYSQL CORE_RELEASE=4 env: DB=MYSQL CORE_RELEASE=4
- php: 7.0 - php: 7.1
env: DB=PGSQL CORE_RELEASE=4 env: DB=PGSQL CORE_RELEASE=4
before_script: before_script:
- composer self-update || true - composer self-update || true
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - git clone git://github.com/silverstripe/silverstripe-travis-support.git ~/travis-support
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss - cd ~/builds/ss
- composer install
script: script:
- vendor/bin/phpunit tagfield/tests - vendor/bin/phpunit tagfield/tests