Skip to content

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
particlebanana committed Jan 29, 2016
1 parent 95e1421 commit 82e210a
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 82e210a

Please sign in to comment.