Test on Node v9.

This commit is contained in:
James Coglan
2017-11-11 01:05:57 +00:00
parent e3aa5246d6
commit 50bcedda78
+1
View File
@@ -10,6 +10,7 @@ node_js:
- "6"
- "7"
- "8"
- "9"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" = "0.8" ] && npm install -g npm@~1.4.0 || true'