From d76a985e8c7a848e36dcf19d966ab64f67c4b625 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 12 Sep 2017 13:29:52 +1200 Subject: [PATCH] Update travis support (Fixes #64) --- .travis.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44a7095..0593360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,31 +1,30 @@ -# 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 - language: php +dist: precise php: - 5.3 - 5.4 - 5.5 - - 5.6 - - 7.0 env: - - DB=MYSQL CORE_RELEASE=3.2 + - DB=MYSQL CORE_RELEASE=3.5 matrix: include: - php: 5.6 env: DB=MYSQL CORE_RELEASE=3 + - php: 5.6 + env: DB=MYSQL CORE_RELEASE=3.1 - php: 5.6 env: DB=PGSQL CORE_RELEASE=3.2 - allow_failures: - - php: 7.0 + - php: 7.1 + env: DB=MYSQL CORE_RELEASE=3.6 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