Skip to content

Commit

Permalink
Merge pull request #97 from balderdashy/travis-updates
Browse files Browse the repository at this point in the history
update travis config
  • Loading branch information
particlebanana committed Jan 29, 2016
2 parents ba3df12 + 82e210a commit fc568df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
language: node_js
node_js:
- "5.0"
- "4.0"
- "0.12"
- "0.10"

services:
services:
- postgresql
- mongodb
- mysql
- redis-server

addons:
postgresql: "9.3"
postgresql: "9.4"

env:
- DB_USER=postgres DB_PASS=''
Expand Down

0 comments on commit fc568df

Please sign in to comment.