zflat
10 years ago
2 changed files with 21 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||
test: &test |
|||
adapter: postgresql |
|||
encoding: unicode |
|||
database: travis_ci_test |
|||
username: postgres |
|||
|
|||
development: |
|||
<<: *test |
|||
|
|||
production: |
|||
<<: *test |
|||
|
|||
cucumber: |
|||
<<: *test |
Loading…
Reference in new issue