Skip to content

Commit

Permalink
Merge pull request #20 from sylvain-hamel/fix-18
Browse files Browse the repository at this point in the history
fix: setup travis build
  • Loading branch information
sylvain-hamel committed Apr 1, 2014
2 parents 2dd59d0 + 8092fc0 commit 9b0d527
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- 0.8
- 0.10

# Make sure we have new NPM.
before_install:
- npm install -g npm

script:
- grunt

0 comments on commit 9b0d527

Please # to comment.