From 641e96eec0c8eed31cc30c24dbd516ebc10a5c30 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sat, 18 Aug 2018 13:21:40 -0700 Subject: [PATCH] Drone.io CI support --- .drone.yml | 6 ++++++ README.md | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ecbd24a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: maven:alpine + commands: + - mvn install + - mvn test diff --git a/README.md b/README.md index e888077..940ca38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Library System -[![Build Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem) +[![TravisCI Status](https://travis-ci.org/binhonglee/LibrarySystem.svg?branch=master)](https://travis-ci.org/binhonglee/LibrarySystem) +[![Drone Status](https://drone.binhong.me/api/badges/binhong/LibrarySystem/status.svg?branch=master)](https://drone.binhong.me/binhong/LibrarySystem) [![codecov](https://codecov.io/gh/binhonglee/LibrarySystem/branch/master/graph/badge.svg)](https://codecov.io/gh/binhonglee/LibrarySystem) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/binhonglee/LibrarySystem/blob/master/LICENSE)