Skip to content

Commit 37d42b3

Browse files
committed
Fix CI
1 parent d6eff5f commit 37d42b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ node_js:
44
services:
55
- redis-server
66
before_install:
7-
- npm install -g grunt-cli npm
7+
- npm install -g npm
8+
- npm install -g grunt-cli
89
script:
910
- grunt test
1011
- grunt coveralls || true

0 commit comments

Comments
 (0)