mirror of
https://github.com/chenasraf/snpr.git
synced 2026-05-17 17:38:07 +00:00
fixing travis db config
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
postgres:
|
||||
postgres: &postgres
|
||||
adapter: postgresql
|
||||
database: snpr_test
|
||||
username: postgres
|
||||
|
||||
test:
|
||||
<<: *postgres
|
||||
database: snpr_test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user