Skip to content

Commit

Permalink
Add travis yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lima committed May 6, 2013
1 parent bc1e65b commit a12740f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "0.11"
before_script:
- npm install -g grunt-cli
- npm install grunt grunt-contrib-qunit
script: grunt test -v

0 comments on commit a12740f

Please sign in to comment.