Skip to content

Commit

Permalink
Mark Postgres as an allowed failure
Browse files Browse the repository at this point in the history
It breaks at the moment. Since we didn't test it before,
this isn't making the situation any worse, just more obvious.
See silverstripe#277
  • Loading branch information
chillu committed Sep 26, 2016
1 parent 7282c28 commit aa95aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ matrix:
env: NPM_TEST=1
- php: 7.0
env: DB=MYSQL PDO=1 PHPUNIT_COVERAGE_TEST=1
allow_failures:
- php: 5.5
env: DB=PGSQL PHPUNIT_TEST=1

before_script:
- composer self-update || true
Expand Down

0 comments on commit aa95aeb

Please sign in to comment.