1 Star 0 Fork 23

洋葱/WeEvent

forked from WeBank/WeEvent 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: false
dist: trusty
branches:
only:
- master
- /^v\d+\.\d+\.\d+$/
language: java
jdk:
- oraclejdk8
matrix:
fast_finish: true
include:
- language: python
python: 3.6
script: /bin/bash project/security_audit.sh
# modify your email to recieve the result
notifications:
email:
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
install: skip
script:
# - /bin/bash project/security_audit.sh
- /bin/bash project/build-ci.sh
- chmod +x ./gradlew
- ./gradlew test
- ./gradlew check
- ./gradlew codeCoverageReport
after_success:
- bash <(curl -s https://codecov.io/bash) -f "./build/customJacocoReportDir/codeCoverageReport/codeCoverageReport.xml"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/pyclone/WeEvent.git
[email protected]:pyclone/WeEvent.git
pyclone
WeEvent
WeEvent
master

搜索帮助