From b57a678a64669fa8c9de54a9b968b0368a8a817e Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Wed, 31 Jan 2018 20:06:56 -0500 Subject: [PATCH] Adds travis-ci build details --- .travis.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..e32a325 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "node" + - "8" diff --git a/README.md b/README.md index affce60..abc707d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Vue Formulate --------------- +[![Build Status](https://travis-ci.org/wearebraid/vue-formulate.svg?branch=master)](https://travis-ci.org/wearebraid/vue-formulate) ### What is it?