1 Star 0 Fork 0

耿嘉祺 / PubSubJS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Morgan Roderick 提交于 2020-01-13 09:09 . Upgrade node on Travis
language: node_js
cache:
directories:
- node_modules
matrix:
include:
- node_js: "8"
- node_js: "10"
before_install: npm install coveralls
before_script: npm run lint
after_success: npm run coverage && cat ./coverage/lcov.info | coveralls lib;
- node_js: "12"
- node_js: "node"
git:
depth: 10
1
https://gitee.com/GJQGo/PubSubJS.git
git@gitee.com:GJQGo/PubSubJS.git
GJQGo
PubSubJS
PubSubJS
master

搜索帮助