From 4fd0638913b00389eec920b7a30121ec4eba3e85 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Thu, 15 Jun 2017 11:04:45 +1200 Subject: [PATCH] Add PHP7 + SS3.6 build to Travis configuration --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 405fad4..cd11882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -6,7 +6,6 @@ language: php php: - 5.6 - - 7.0 env: global: @@ -17,14 +16,15 @@ env: matrix: include: - php: 5.6 - env: DB=MYSQL CORE_RELEASE=3 + env: DB=MYSQL CORE_RELEASE=3.5 - php: 5.6 - env: DB=PGSQL CORE_RELEASE=3 + env: DB=PGSQL CORE_RELEASE=3.5 + - php: 7.1 + env: DB=MYSQL CORE_RELEASE=3.6 # Allowed to fail, meaning delayed code coverage reports - php: 5.5.9 env: DB=MYSQL CORE_RELEASE=3 COVERAGE=1 allow_failures: - - php: 7.0 - php: 5.5.9 fast_finish: true @@ -33,7 +33,7 @@ before_install: before_script: - 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 - cd ~/builds/ss - composer install