From 7bd56c578dbccb96203f9cdcd5170305104f7486 Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Sat, 6 Feb 2016 17:14:21 -0400 Subject: [PATCH] Allow PGSQL to fail for 3.1-3.2 --- .travis.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3bc5519..115a78d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ -language: php -php: +language: php +php: - 5.3 sudo: false @@ -14,6 +14,11 @@ env: - DB=SQLITE3 CORE_RELEASE=3.0 - DB=SQLITE3 CORE_RELEASE=3.1 - DB=SQLITE3 CORE_RELEASE=3.2 + +matrix: + allow_failures: + - DB=PGSQL CORE_RELEASE=3.1 + - DB=PGSQL CORE_RELEASE=3.2 before_script: - phpenv rehash @@ -21,5 +26,5 @@ before_script: - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - cd ~/builds/ss -script: +script: - phpunit sortablegridfield/tests/