update node version in travis config

This commit is contained in:
Todd Treece 2016-05-27 13:42:23 -04:00
parent f0707dde6b
commit 1ea770eda1

View file

@ -1,6 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- '0.12' - "6"
before_script: before_script:
- npm install -g gulp - npm install -g gulp
notifications: notifications: