update node version in travis config
This commit is contained in:
parent
f0707dde6b
commit
1ea770eda1
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue