Skip to content

Commit

Permalink
change travis to run grunt test
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrbrandt committed Feb 6, 2014
1 parent 9167e39 commit 04d01c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
- npm install -g grunt-cli
script:
- grunt test

0 comments on commit 04d01c5

Please sign in to comment.