remove allowed failures from .travis.yml
This commit is contained in:
parent
2fcf729f64
commit
7db763e67b
1 changed files with 0 additions and 5 deletions
|
|
@ -14,11 +14,6 @@ env:
|
||||||
- DB=postgres BUILD_TYPE=cucumber
|
- DB=postgres BUILD_TYPE=cucumber
|
||||||
- DB=mysql 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"
|
bundler_args: "--without development production heroku"
|
||||||
before_install: "./script/ci/before_install.sh"
|
before_install: "./script/ci/before_install.sh"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue