1 Star 0 Fork 0

cheney/cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 959 Bytes
一键复制 编辑 原始数据 按行查看 历史
薛定谔的猫 提交于 2017-06-06 03:45 +08:00 . ci: add node 8 to appveyor.yml (#16935)
environment:
matrix:
# LTS is our most important target
- nodejs_version: "6"
# previous LTS is next most important
- nodejs_version: "4"
- nodejs_version: "7"
# then master
- nodejs_version: "8"
COVERALLS_REPO_TOKEN:
secure: XdC0aySefK0HLh1GNk6aKrzZPbCfPQLyA4mYtFGEp4DrTuZA/iuCUS0LDqFYO8JQ
platform:
- x86
- x64
install:
- ps: Install-Product node $env:nodejs_version $env:platform
- npm config set spin false
- npm rebuild
- node . install -g .
- set "PATH=%APPDATA%\npm;C:\Program Files\Git\mingw64\libexec;%PATH%"
- npm install --loglevel=http
test_script:
- node --version
- npm --version
- npm run test -- --reporter=classic
notifications:
- provider: Slack
incoming_webhook:
secure: vXiG5AgpqxJsXZ0N0CTYDuVrX6RMjBybZKtOx6IbRxCyjgd+DAx6Z9/0XgYQjuof7QFJY3M/U6HxaREQVYbNVHA+C5N5dNALRbKzAC8QNbA=
# GO_FAST
matrix:
fast_finish: true
# we don't need the builds, we just need tests
build: off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ccs1996/cli.git
git@gitee.com:ccs1996/cli.git
ccs1996
cli
cli
canary

搜索帮助