Skip to content

Commit

Permalink
Travis builds should not allow failures on mysql anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jul 21, 2014
1 parent 3116607 commit 0b51b81
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,17 @@ script: phpunit --configuration tests/travis/$DB.travis.xml

matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.1
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.2
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.3
- php: hhvm
env: DB=sqlite
- php: hhvm
env: DB=mysqli
- php: hhvm-nightly
exclude:
- php: hhvm
env: DB=pgsql POSTGRESQL_VERSION=9.1 # driver currently unsupported by HHVM
Expand Down

0 comments on commit 0b51b81

Please sign in to comment.