Skip to content

Commit 8ebbca5

Browse files
committed
.travis.yml needs grunt-cli
1 parent a09ee1c commit 8ebbca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ language: node_js
22
node_js:
33
- 0.8
44
before_script:
5-
- npm install grunt
5+
- npm install -g grunt-cli
66
script: grunt ci --verbose

0 commit comments

Comments
 (0)