Skip to content

Commit

Permalink
install grunt-cli globally with travis for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Kellen committed Dec 4, 2012
1 parent 0117a84 commit 76e9e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
@@ -1,3 +1,5 @@
language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
"test": "grunt test"
},
"dependencies": {
"handlebars": "~1.0.4",
Expand Down

0 comments on commit 76e9e7c

Please sign in to comment.