Skip to content

Commit 6b165df

Browse files
committed
use grunt -f for better Travis compatibility
1 parent ef704f3 commit 6b165df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"node": ">= 0.8.0"
2222
},
2323
"scripts": {
24-
"test": "grunt --force"
24+
"test": "grunt -f"
2525
},
2626
"devDependencies": {
2727
"grunt-contrib-jshint": "^2.0.0",

0 commit comments

Comments
 (0)