Skip to content

Commit

Permalink
Add postgres to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcfs committed Jun 16, 2016
1 parent c117b19 commit 8067aae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
@@ -1 +1,7 @@
language: ruby
services:
- postgresql
before_script:
- psql -c 'CREATE DATABASE poetry-site-test;' -U postgres
addons:
postgresql: "9.4"

0 comments on commit 8067aae

Please sign in to comment.