fixed build error

This commit is contained in:
wuchangming 2016-05-24 12:26:11 +08:00
parent 7db82528d7
commit daaaca3583
2 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,4 @@ before_install:
- npm install babel-cli babel-preset-es2015 mocha
language: node_js
node_js:
- "0.10"
- "4.0"

View File

@ -42,5 +42,8 @@
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"mocha": "^2.4.5"
},
"engines": {
"node": ">= 4"
}
}