Skip to content

Commit c5ad660

Browse files
committed
Build: Don't install grunt-cli manually in Travis
It's not needed as npm scripts have node_modules/.bin prepended to PATH. It's also better to have all versions as locked up as possible to prevent build instability.
1 parent 82322be commit c5ad660

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
language: node_js
22
node_js:
33
- "8"
4-
before_script:
5-
- npm install -g grunt-cli

0 commit comments

Comments
 (0)