1 Star 0 Fork 0

yutiansut / vuex-electron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Emelianenko 提交于 2018-09-14 19:33 . Configure Travis CI
language: node_js
node_js:
- node
cache:
yarn: true
directories:
- "node_modules"
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
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
1
https://gitee.com/yutiansut/vuex-electron.git
git@gitee.com:yutiansut/vuex-electron.git
yutiansut
vuex-electron
vuex-electron
master

搜索帮助