From 91a824ae223a2ace43bfdff9d63c377b21a172d2 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Tue, 23 Jul 2019 14:30:28 +0800 Subject: [PATCH] =?UTF-8?q?:construction=5Fworker:=20=E6=B7=BB=E5=8A=A0=20?= =?UTF-8?q?CI=20=E6=9E=84=E5=BB=BA=E5=88=B0=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 15 +++++++++++++++ README.md | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..c6ddbc7 --- /dev/null +++ b/.travis.yml @@ -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' diff --git a/README.md b/README.md index 8395dd9..51f15c2 100644 --- a/README.md +++ b/README.md @@ -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