2 Star 1 Fork 1

Yourtion / node-erest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 384 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yourtion 提交于 2020-05-22 15:11 . :green_heart:fix: ci node 8 bug
language: node_js
addons:
sonarcloud:
organization: "yourtion-github"
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" && "$TRAVIS_NODE_VERSION" = '14' && "$TRAVIS_BRANCH" = "master" ]]; then
npm run test:cov && sonar-scanner;
fi
- npm run test
cache:
directories:
- node_modules
os:
- osx
# - windows
- linux
node_js:
- 10
- 11
- 12
- 13
- 14
TypeScript
1
https://gitee.com/yourtion/node-erest.git
git@gitee.com:yourtion/node-erest.git
yourtion
node-erest
node-erest
master

搜索帮助