Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Add travis yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lima committed May 1, 2013
1 parent 1d64c30 commit 1d10a04
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 grunt-contrib-jasmine
script: grunt test -v

0 comments on commit 1d10a04

Please sign in to comment.