Skip to content

Commit

Permalink
Merge pull request #11 from gfestari/travis-ci
Browse files Browse the repository at this point in the history
Install gulp on Travis
  • Loading branch information
cilindrox committed May 8, 2014
2 parents da975c2 + ea2afba commit 89373dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -31,4 +33,3 @@ For more details, take a look at [CONTRIBUTING].
Apache 2.0

[mongoDB]: http://www.mongodb.org/downloads
[CONTRIBUTING]: (CONTRIBUTING.md)

0 comments on commit 89373dc

Please sign in to comment.