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)