Allow PGSQL to fail for 3.1-3.2

This commit is contained in:
Ed Chipman 2016-02-06 17:14:21 -04:00
parent 10a52463f4
commit 7bd56c578d

View File

@ -1,5 +1,5 @@
language: php language: php
php: php:
- 5.3 - 5.3
sudo: false sudo: false
@ -14,6 +14,11 @@ env:
- DB=SQLITE3 CORE_RELEASE=3.0 - DB=SQLITE3 CORE_RELEASE=3.0
- DB=SQLITE3 CORE_RELEASE=3.1 - DB=SQLITE3 CORE_RELEASE=3.1
- DB=SQLITE3 CORE_RELEASE=3.2 - DB=SQLITE3 CORE_RELEASE=3.2
matrix:
allow_failures:
- DB=PGSQL CORE_RELEASE=3.1
- DB=PGSQL CORE_RELEASE=3.2
before_script: before_script:
- phpenv rehash - phpenv rehash
@ -21,5 +26,5 @@ before_script:
- php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss - php ~/travis-support/travis_setup.php --source `pwd` --target ~/builds/ss
- cd ~/builds/ss - cd ~/builds/ss
script: script:
- phpunit sortablegridfield/tests/ - phpunit sortablegridfield/tests/