diff --git a/.travis.yml b/.travis.yml index 8abf4c6..eee7cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: node_js node_js: - "0.10" - "0.11" +before_install: + - npm install -g coffee-script + - npm install -g gulp script: - gulp test matrix: diff --git a/README.md b/README.md index 9b3c715..71d56f3 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ atmuy Proyecto de ubicaciĆ³n de ATMs en Montevideo +[![Build Status](https://travis-ci.org/gfestari/atmuy.svg?branch=master)](https://travis-ci.org/gfestari/atmuy) + ## Installation 1. Clone the repo and `cd` to the folder @@ -31,4 +33,3 @@ For more details, take a look at [CONTRIBUTING]. Apache 2.0 [mongoDB]: http://www.mongodb.org/downloads -[CONTRIBUTING]: (CONTRIBUTING.md)