Oh yeah, change travis config too. :p
This commit is contained in:
parent
29f5ce1577
commit
c65bf16c8e
1 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,10 @@ rvm:
|
|||
- 1.9.2
|
||||
|
||||
env:
|
||||
- DB=postgres
|
||||
- DB=mysql
|
||||
- DB=postgres BUILD_TYPE=cucumber
|
||||
- DB=postgres BUILD_TYPE=other
|
||||
- DB=mysql BUILD_TYPE=cucumber
|
||||
- DB=mysql BUILD_TYPE=other
|
||||
|
||||
|
||||
bundler_args: "--without development production"
|
||||
|
|
|
|||
Loading…
Reference in a new issue