Skip to content
This repository was archived by the owner on Mar 16, 2023. It is now read-only.

Commit ebeea22

Browse files
committed
Fixed grunt install command.
1 parent 69a79e5 commit ebeea22

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
@@ -19,7 +19,7 @@ before_script:
1919
script:
2020
- npm test
2121
before_deploy:
22-
- npm install grunt -g
22+
- npm install -g grunt-cli
2323
- grunt build
2424
- sh tests/before_deploy.sh
2525
deploy:

0 commit comments

Comments
 (0)