1
0
mirror of synced 2026-04-18 23:39:02 +08:00

👷 添加 CI 构建到系统

This commit is contained in:
Yangkai.Shen
2019-07-23 14:30:28 +08:00
parent e6876c2902
commit 91a824ae22
2 changed files with 18 additions and 0 deletions

15
.travis.yml Normal file
View File

@@ -0,0 +1,15 @@
# 语言
language: java
# 执行脚本
script: "mvn clean install -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
# 通知
notifications:
email:
recipients:
- 237497819@qq.com
on_success: always # default: change
on_failure: always # default: always
# 缓存
cache:
directories:
- '$HOME/.m2/repository'

View File

@@ -4,6 +4,9 @@
>
> JustAuth 脚手架
当前最新版本 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.xkcoding/justauth-spring-boot-starter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.xkcoding/justauth-spring-boot-starter)
[![Build Status](https://travis-ci.org/xkcoding/scaffold.svg?branch=master)](https://travis-ci.org/xkcoding/justauth-spring-boot-starter)
## Demo
懒得看文档的可以直接看demo