Update node version on Travis build

This commit is contained in:
Josh Johnson 2017-10-06 09:59:42 +01:00
parent 0f3b42ee2c
commit efc87cc6ce

View file

@ -1,6 +1,6 @@
language: node_js
node_js:
- "5"
- "6"
before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g npm@1.4.28'
- npm install -g npm@latest