加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
jfw10973 提交于 2018-06-26 21:04 . remove travis update
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "7"
before_install:
- npm --version
after_script:
- NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化