1 Star 0 Fork 3.1K

wejanlin/JustAuth

forked from yadong.zhang/JustAuth 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 355 Bytes
Copy Edit Raw Blame History
yadong.zhang authored 2019-08-01 07:43 . :white_check_mark:travis.yml
language: java
sudo: false # faster builds
install: true
jdk:
- openjdk8
notifications:
email: false
script:
- export TZ=Asia/Shanghai
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- mvn cobertura:cobertura -Dcobertura.report.format=xml -Dmaven.javadoc.skip.true
after_success:
- bash <(curl -s https://codecov.io/bash)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/to1989/JustAuth.git
git@gitee.com:to1989/JustAuth.git
to1989
JustAuth
JustAuth
master

Search