Skip to content

Commit

Permalink
travis should run tests using grunt task
Browse files Browse the repository at this point in the history
  • Loading branch information
amkirwan committed Jan 7, 2014
1 parent 17eb7f7 commit c4e5829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ node_js: "0.10"
before_script:
- npm install -g bower
- bower install
"scripts": {
"test": "grunt test"
}

0 comments on commit c4e5829

Please sign in to comment.