Browse Source

Add Travis CI badge

pull/134/head
james.cryer 7 years ago
parent
commit
64bd30505d
  1. 1
      .npmignore
  2. 4
      .travis.yml
  3. 2
      README.md

1
.npmignore

@ -8,3 +8,4 @@ chai-tests
nodejs-tests nodejs-tests
.dockerignore .dockerignore
dockerfile dockerfile
.travis.yml

4
.travis.yml

@ -0,0 +1,4 @@
sudo: required
language: node_js
node_js:
- "node"

2
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)
<img src="https://raw.github.com/HuddleEng/Resemble.js/master/demoassets/resemble.png" alt="Resemble.js" width="256"/> <img src="https://raw.github.com/HuddleEng/Resemble.js/master/demoassets/resemble.png" alt="Resemble.js" width="256"/>
Analyse and compare images with Javascript and HTML5. [More info & Resemble.js Demo](http://huddleeng.github.io/Resemble.js/). Compatible with Node.js. Analyse and compare images with Javascript and HTML5. [More info & Resemble.js Demo](http://huddleeng.github.io/Resemble.js/). Compatible with Node.js.

Loading…
Cancel
Save