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 b849231 commit 8092fc0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -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 8092fc0

Please sign in to comment.