Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit c9453ca

Browse files
committed
CI: config for build & deploy
1 parent caaf8b3 commit c9453ca

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.idea
2+
/.travis.yml

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js: "node"
3+
4+
# install: npm install
5+
# script: npm test

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# vue-feature-flipping
22

3+
[![Build Status](https://travis-ci.org/pinguet62/vue-feature-flipping.svg?branch=master)](https://travis-ci.org/pinguet62/vue-feature-flipping)
4+
35
[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.
46

57
## Why use this plugin?

0 commit comments

Comments
 (0)