remove allowed failures from .travis.yml

This commit is contained in:
Jonne Haß 2012-12-08 01:15:51 +01:00
parent 2fcf729f64
commit 7db763e67b

View file

@ -14,11 +14,6 @@ env:
- DB=postgres BUILD_TYPE=cucumber
- DB=mysql BUILD_TYPE=cucumber
matrix:
allow_failures:
- env: DB=postgres BUILD_TYPE=cucumber
- env: DB=mysql BUILD_TYPE=cucumber
bundler_args: "--without development production heroku"
before_install: "./script/ci/before_install.sh"