diff --git a/.travis.yml b/.travis.yml index 6b4843b..9e81137 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=3.1 + 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