Changed travis to not allow any failures

This commit is contained in:
Ed Chipman 2014-05-03 17:07:22 -03:00
parent 32a92e62f1
commit 3f1f5dbdb4
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ env:
- DB=SQLITE3 CORE_RELEASE=3.0
- DB=SQLITE3 CORE_RELEASE=3.1
matrix:
allow_failures:
- env: DB=PGSQL CORE_RELEASE=3.1
- env: DB=SQLITE3 CORE_RELEASE=3.1
before_script:
- phpenv rehash
- git clone git://github.com/silverstripe-labs/silverstripe-travis-support.git ~/travis-support