Update .travis.yml

Drop node@0.10 and node@0.12 from the test matrix.
This commit is contained in:
Brian C 2017-06-02 09:40:11 -05:00 committed by GitHub
parent 52c96a4b2e
commit a51fe56bc1

View File

@ -2,18 +2,12 @@ language: node_js
matrix:
include:
- node_js: "0.10"
addons:
postgresql: "9.1"
- node_js: "0.12"
addons:
postgresql: "9.1"
- node_js: "4"
addons:
postgresql: "9.1"
- node_js: "5"
addons:
postgresql: "9.4"
- node_js: "6"
addons:
postgresql: "9.4"
- node_js: "8"
addons:
postgresql: "9.6"