From c62eb055185cb522edb1ec54f43686c867f253d0 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 28 Mar 2013 22:54:32 +0100 Subject: [PATCH] More straightfoward travis include/exclude --- .travis.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e0710dbf..60370fd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,27 @@ language: php + php: - 5.3 + - 5.4 env: - DB=MYSQL CORE_RELEASE=3.0 - DB=PGSQL CORE_RELEASE=3.0 + - DB=SQLITE3 CORE_RELEASE=3.0 + - PHPCS=1 CORE_RELEASE=3.0 matrix: - include: + exclude: - php: 5.4 - env: DB=MYSQL CORE_RELEASE=3.0 + env: DB=PGSQL CORE_RELEASE=3.0 + - php: 5.4 + env: DB=SQLITE3 CORE_RELEASE=3.0 + - php: 5.4 + env: PHPCS=1 CORE_RELEASE=3.0 + allow_failures: + - env: DB=PGSQL CORE_RELEASE=3.0 + - env: DB=SQLITE3 CORE_RELEASE=3.0 + - env: PHPCS=1 CORE_RELEASE=3.0 before_script: - git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support