Create dbapi_test postgres database in travis
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
language: haskell
|
||||
ghc: 7.8.2
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
before_script:
|
||||
- psql -c 'create database dbapi_test;' -U postgres
|
||||
|
||||
Reference in New Issue
Block a user