瀏覽代碼

Documentation updates and added .drone.yml

master
BinHong Lee 6 年之前
父節點
當前提交
2bdf7b1d2d
簽署人: binhong <binhong@binhong.me> GPG 金鑰 ID: 6B4C5608EC620D19
共有 2 個檔案被更改,包括 18 行新增4 行删除
  1. +14
    -0
      .drone.yml
  2. +4
    -4
      README.md

+ 14
- 0
.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"

+ 4
- 4
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.

Loading…
取消
儲存