Skip to content

Commit

Permalink
Travis grunt tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 24, 2014
1 parent d6c6abf commit c92a23f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.10"
before_script:
- npm install -g grunt-cli
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@
"grunt-open": "~0.2.3",
"jshint-stylish": "~0.1.5",
"time-grunt": "~0.2.8"
},
"scripts": {
"test": "grunt test"
}
}

0 comments on commit c92a23f

Please sign in to comment.