1 Star 0 Fork 0

zag/popoto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
popoto 提交于 2018-05-16 13:29 . test code climate coverage integration
env:
global:
- CC_TEST_REPORTER_ID=$TEST_REPORTER_ID
language: node_js
node_js:
- stable
install:
- npm install
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build --debug
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
cache:
directories:
- node_modules
after_success:
# - npm run coverage
# - npm run docs
deploy:
- provider: npm
skip_cleanup: true
email: "contact@popotojs.com"
api_key: $NPM_TOKEN
notifications:
slack: pipot:9bOymKdaSOJyFzqBStPiLo6l
on_success: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zeug/popoto.git
git@gitee.com:zeug/popoto.git
zeug
popoto
popoto
master

搜索帮助