From 64bd30505d5c6e3d5f6f2f12ca8a3709fbfb0f85 Mon Sep 17 00:00:00 2001 From: "james.cryer" Date: Wed, 28 Feb 2018 12:14:26 +0000 Subject: [PATCH] Add Travis CI badge --- .npmignore | 3 ++- .travis.yml | 4 ++++ README.md | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.npmignore b/.npmignore index 6caa0e6..db8bec0 100644 --- a/.npmignore +++ b/.npmignore @@ -7,4 +7,5 @@ README.md chai-tests nodejs-tests .dockerignore -dockerfile \ No newline at end of file +dockerfile +.travis.yml \ No newline at end of file diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..3685a49 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +sudo: required +language: node_js +node_js: + - "node" \ No newline at end of file diff --git a/README.md b/README.md index cf7ad77..e3ea21f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/HuddleEng/Resemble.js.svg?branch=master)](https://travis-ci.org/HuddleEng/Resemble.js) + Resemble.js Analyse and compare images with Javascript and HTML5. [More info & Resemble.js Demo](http://huddleeng.github.io/Resemble.js/). Compatible with Node.js.