Add node v10 to travis matrix

This commit is contained in:
Sehrope Sarkuni 2018-05-03 07:29:11 -04:00 committed by Brian C
parent 8fb641ee91
commit b0c60cf288

View File

@ -17,6 +17,9 @@ matrix:
- node_js: "9"
addons:
postgresql: "9.6"
- node_js: "10"
addons:
postgresql: "9.6"
- node_js: "lts/carbon"
addons:
postgresql: "9.1"