Skip to content

Commit

Permalink
Tweak Travis setup
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 17, 2018
1 parent 5617da6 commit 44aba06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ after_success:
- "cat coverage/lcov.info | ./node_modules/.bin/coveralls"
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.4"
- node_js: "6"
addons:
postgresql: "9.6"
Expand All @@ -20,12 +17,12 @@ matrix:
- node_js: "6"
addons:
postgresql: "9.2"
- node_js: "7"
addons:
postgresql: "9.6"
- node_js: "8"
addons:
postgresql: "9.6"
- node_js: "9"
addons:
postgresql: "9.6"
- node_js: "stable"
addons:
postgresql: "9.6"

0 comments on commit 44aba06

Please sign in to comment.