From fe9b45bd3bf3ac6ab9f3e81ed1413408e6b89e1a Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Wed, 22 Jul 2015 19:49:05 -0300 Subject: [PATCH] Updated travis tests to check 3.2 but allow failures until 3.2 is stable #73 --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 679e472..079b4ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,11 +5,20 @@ php: env: - DB=MYSQL CORE_RELEASE=3.0 - DB=MYSQL CORE_RELEASE=3.1 + - DB=MYSQL CORE_RELEASE=3.2 - DB=PGSQL CORE_RELEASE=3.0 - DB=PGSQL CORE_RELEASE=3.1 + - DB=PGSQL CORE_RELEASE=3.2 - DB=SQLITE3 CORE_RELEASE=3.0 - DB=SQLITE3 CORE_RELEASE=3.1 + - DB=SQLITE3 CORE_RELEASE=3.2 +matrix: + allow_failures: + - env: DB=MYSQL CORE_RELEASE=3.2 + - env: DB=PGSQL CORE_RELEASE=3.2 + - env: DB=SQLITE3 CORE_RELEASE=3.2 + before_script: - phpenv rehash - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support