9 Star 27 Fork 6

AaronW/nodeclub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 294 Bytes
一键复制 编辑 原始数据 按行查看 历史
alsotang 提交于 2018-09-14 15:08 . travis.ci 只跑stable版本
sudo: false
language: node_js
env:
- CXX=g++-4.8
node_js:
- stable
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- mongodb
- redis
before_install:
- $CXX --version
script: make test-cov
after_success: npm i codecov && codecov
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/aaronw/nodeclub.git
[email protected]:aaronw/nodeclub.git
aaronw
nodeclub
nodeclub
master

搜索帮助