1 Star 0 Fork 0

hyde/mosca

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matteo Collina 提交于 2017-10-16 19:02 . Bumped v2.6.0
language: node_js
sudo: false
node_js:
- 0.12
- 4
- 6
- 8
services:
- redis-server
script:
- npm run coverage
after_success:
- npm run publish-coverage
env:
global:
- CC=gcc-4.8
- CXX=g++-4.8
- MONGODB_VERSION="3.4.9"
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- libzmq3-dev
before_install:
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz
- tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz
- export PATH=`pwd`/mongodb-linux-x86_64-$MONGODB_VERSION/bin:$PATH
- mkdir -p data/db
- mongod --dbpath=data/db > /dev/null &
- sleep 5
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lihaicg/mosca.git
git@gitee.com:lihaicg/mosca.git
lihaicg
mosca
mosca
master

搜索帮助