Skip to content

Commit abe96ef

Browse files
committed
fix travis config
1 parent 80cb3ab commit abe96ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ node_js:
88
sudo: false
99

1010
before_install:
11-
- npm install --global npm@latest
11+
- npm install -g npm@latest
12+
- npm install -g grunt-cli
13+
install:
14+
- npm install
15+

0 commit comments

Comments
 (0)