Skip to content

Commit

Permalink
fix: setup travis build
Browse files Browse the repository at this point in the history
closes #18
  • Loading branch information
sylvain-hamel committed Apr 1, 2014
1 parent 9b0d527 commit c739d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -7,5 +7,8 @@ node_js:
before_install:
- npm install -g npm

before_script:
- npm install -g grunt-cli

script:
- grunt

0 comments on commit c739d2d

Please sign in to comment.