Skip to content

Commit

Permalink
Merge pull request #226 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 3e78280 + cef8b03 commit 20d95db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: node_js
node_js:
- "0.11"
- "5.0"
- "4.0"
- "0.12"
- "0.10"
services: postgresql
addons:
postgresql: "9.3"
postgresql: "9.4"
sudo: false
env:
- DB_USER=postgres DB_PASS=''
before_script:
Expand Down

0 comments on commit 20d95db

Please sign in to comment.