Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
Using a local grunt-cli to make the build works in travis-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luismahou committed Feb 20, 2013
1 parent 2c543ee commit 7574ad9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions package.json
Expand Up @@ -32,12 +32,17 @@
"grunt-contrib-nodeunit": "0.1.2rc6",
"grunt": "0.4.0rc6",
"grunt-vows": "0.3.1",
"vows": "~0.6.4"
"vows": "~0.6.4",
"grunt-cli": "~0.1.6"
},
"keywords": [
"gruntplugin", "grunt", "revision", "rev", "hash"
"gruntplugin",
"grunt",
"revision",
"rev",
"hash"
],
"dependencies": {
"wrench": "~1.4.2"
}
}
}
4 changes: 2 additions & 2 deletions test/hashres.spec.js
Expand Up @@ -44,7 +44,7 @@ vows.describe('hashres').addBatch({
'with custom options': {
topic: function() {
runCommand(
'grunt hashres:withCustomOptions',
'../../../../node_modules/grunt-cli/bin/./grunt hashres:withCustomOptions',
{ cwd: pathWithCustomOptions },
this.callback);
},
Expand All @@ -61,7 +61,7 @@ vows.describe('hashres').addBatch({
'with default options': {
topic: function() {
runCommand(
'grunt hashres:withDefaultOptions',
'../../../../node_modules/grunt-cli/bin/./grunt hashres:withDefaultOptions',
{ cwd: pathWithDefaultOptions },
this.callback);
},
Expand Down

0 comments on commit 7574ad9

Please sign in to comment.