Skip to content

Commit

Permalink
💚 add database setup to travis #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrans committed Nov 1, 2016
1 parent 392b943 commit 75f9988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- "4"
- "6"
services:
- postgresql
before_script:
- psql -c 'create database testdb;' -U postgres
before_install:
- pip install --user codecov
after_success:
Expand Down

0 comments on commit 75f9988

Please sign in to comment.