Commit a9e482d

mo <mo.khan@gmail.com>
2018-12-08 04:07:59
add postgres service.
1 parent f5add6d
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