Files
postgrest/.travis.yml
T

7 lines
126 B
YAML

language: haskell
ghc: 7.8.2
addons:
postgresql: "9.3"
before_script:
- psql -c 'create database dbapi_test;' -U postgres