Create dbapi_test postgres database in travis

This commit is contained in:
Joe Nelson
2014-08-14 13:33:23 -07:00
parent e9c232976e
commit 23da54de07
+4
View File
@@ -1,2 +1,6 @@
language: haskell
ghc: 7.8.2
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database dbapi_test;' -U postgres