From 2bdf7b1d2def57730099fa9a967cbd971a492e50 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Sat, 18 Aug 2018 02:08:05 -0700 Subject: [PATCH] Documentation updates and added .drone.yml --- .drone.yml | 14 ++++++++++++++ README.md | 8 ++++---- 2 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..5ee9565 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,14 @@ +pipeline: + build: + image: node:${NODE_VERSION} + commands: + - npm install + - npm run test + +matrix: + NODE_VERSION: + - latest + - "8" + - "7" + - "6" + - "4" diff --git a/README.md b/README.md index 1b6a43f..d032e3a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Breakups-Webapp -https://breakups-webapp.herokuapp.com/ +https://breakups.life/ -[![Build Status](https://travis-ci.org/binhonglee/breakups-webapp.svg?branch=master)](https://travis-ci.org/binhonglee/breakups-webapp) -[![Dependency Status](https://gemnasium.com/badges/github.com/binhonglee/breakups-webapp.svg)](https://gemnasium.com/github.com/binhonglee/breakups-webapp) +[![TravisCI Status](https://travis-ci.org/binhonglee/breakups-webapp.svg?branch=master)](https://travis-ci.org/binhonglee/breakups-webapp) +[![Drone Status](https://drone.binhong.me/api/badges/binhong/breakups-webapp/status.svg)](https://drone.binhong.me/binhong/breakups-webapp) -Basic webapp that implements the [Breakups API](https://github.com/binhonglee/Breakups) functionality. +Basic webapp that implements the [Breakups API](https://git.binhong.me/binhong/Breakups) functionality.