From c9453ca8fb07cb9365278f6453069b1c5a01d9a0 Mon Sep 17 00:00:00 2001 From: PINGUET Julien Date: Wed, 20 Jun 2018 00:23:19 +0200 Subject: [PATCH] CI: config for build & deploy --- .npmignore | 2 ++ .travis.yml | 5 +++++ README.md | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 .npmignore create mode 100644 .travis.yml diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..5c8f195 --- /dev/null +++ b/.npmignore @@ -0,0 +1,2 @@ +/.idea +/.travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..37a88ca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: "node" + +# install: npm install +# script: npm test diff --git a/README.md b/README.md index e81fe8e..da5eba7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # vue-feature-flipping +[![Build Status](https://travis-ci.org/pinguet62/vue-feature-flipping.svg?branch=master)](https://travis-ci.org/pinguet62/vue-feature-flipping) + [Vue.js](https://vuejs.org) plugin providing a set of components used to introduce ["feature flipping"](https://en.wikipedia.org/wiki/Feature_toggle) into your project. ## Why use this plugin?