加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 307 Bytes
一键复制 编辑 原始数据 按行查看 历史
fundon 提交于 2016-10-05 11:51 . ci: add .travis.yml & appveyor.yml
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: '5'
- nodejs_version: '6'
install:
- ps: Install-Product node $env:nodejs_version
- npm install npm@latest -g
- npm install
test_script:
- node --version
- npm --version
- npm run build
build: off
version: "{build}"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化