Skip to content

Commit

Permalink
package json uses bundled grunt vs. global
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Lee committed Aug 1, 2013
1 parent ab0b3b2 commit 20a9c84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.10"
- "0.8"
node_js:
- "0.10"
- "0.8"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"grunt-cli": "~0.1.9"
},
"scripts": {
"test": "grunt"
"test": "./node_modules/grunt-cli/bin/grunt"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 20a9c84

Please sign in to comment.