Commit a9e482d
Changed files (1)
.travis.yml
@@ -4,5 +4,11 @@ addons:
chrome: stable
rvm:
- 2.5.3
+before_script:
+ - psql -c 'create database proof;' -U postgres
+env:
+ - DATABASE_URL=postgres://postgres@localhsot/proof
script:
- bin/cibuild
+services:
+ - postgresql