From 24c9b8035ce26462cfc32785187c43cf4595ad43 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 19 Sep 2014 15:07:22 +1200 Subject: [PATCH] Updating Travis for master compatible --- .travis.yml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b4843b..86d952b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,21 +1,29 @@ # See https://github.com/silverstripe-labs/silverstripe-travis-support for setup details language: php + php: - - 5.3 + - 5.4 env: - - DB=MYSQL CORE_RELEASE=3.1 - - DB=PGSQL CORE_RELEASE=3.1 - - DB=MYSQL CORE_RELEASE=master - - DB=PGSQL CORE_RELEASE=master + global: + - CORE_RELEASE=master + matrix: + - DB=MYSQL + - DB=SQLITE + - DB=PGSQL matrix: include: - - php: 5.4 - env: DB=MYSQL CORE_RELEASE=master + - php: 5.5 + env: DB=MYSQL + - php: 5.6 + env: DB=MYSQL + - php: 5.3 + env: DB=MYSQL before_script: + - composer self-update - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss