From 3c6c31a6fb9f909b1258153dec45afca163f3ad1 Mon Sep 17 00:00:00 2001 From: Vunb Date: Mon, 30 Jul 2018 14:14:31 +0700 Subject: [PATCH] add travis ci --- .travis.yml | 18 ++++++++++++++++++ README.md | 1 + 2 files changed, 19 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..defe992 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,18 @@ +language: node_js + +os: +- linux +- osx + +node_js: +- '8' +- '10' + +before_install: +# show product version +- nvm --version +- node --version +- npm --version + +install: +- npm install diff --git a/README.md b/README.md index 596c3b9..8874d29 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Template-based Web Application Framework [![Join the chat at https://gitter.im/nodevn/kites](https://badges.gitter.im/nodevn/kites.svg)](https://gitter.im/nodevn/kites) [![npm version](https://img.shields.io/npm/v/kites.svg?style=flat)](https://www.npmjs.com/package/kites) [![npm downloads](https://img.shields.io/npm/dm/kites.svg)](https://www.npmjs.com/package/kites) +[![Travis](https://travis-ci.org/vunb/kites.svg?branch=master)](https://travis-ci.org/vunb/kites) **Kites** is a framework providing `dynamic applications` assembling and `Template-based` extracting. Namely it contains a lot of templates and extensions to help building a new application quickly.