Skip to content

Commit

Permalink
Allow PGSQL and SQLLITE to fail on 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed Apr 9, 2013
1 parent efdaed9 commit 399dc0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,11 @@ 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
Expand Down

0 comments on commit 399dc0a

Please sign in to comment.