1 Star 0 Fork 6

ryvius_key/nodeclub

forked from AaronW/nodeclub 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 306 Bytes
一键复制 编辑 原始数据 按行查看 历史
alsotang 提交于 2016-04-30 17:51 . add node 5 version
sudo: false
language: node_js
env:
- CXX=g++-4.8
node_js:
- 4
- 5
- 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/ryvius_key/nodeclub.git
git@gitee.com:ryvius_key/nodeclub.git
ryvius_key
nodeclub
nodeclub
master

搜索帮助