Skip to content

Commit d6eff5f

Browse files
committed
fix build
1 parent bfc57ee commit d6eff5f

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
@@ -4,7 +4,7 @@ node_js:
44
services:
55
- redis-server
66
before_install:
7-
- npm install -g grunt-cli
7+
- npm install -g grunt-cli npm
88
script:
99
- grunt test
1010
- grunt coveralls || true

0 commit comments

Comments
 (0)