updated 配置修改

This commit is contained in:
mumuy 2016-09-26 23:17:34 +08:00
parent 99e8fc6a6c
commit aef2b98069

View File

@ -1,8 +1,12 @@
language: node_js
node_js:
- "4.4.4"
- "0.12"
- "4.4.4"
- "0.12"
install:
- npm install
script:
- npm run ci
- npm run build
- npm test