Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 0b63565

Browse files
committed
remove npm update in travis
1 parent 7555659 commit 0b63565

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
@@ -26,7 +26,7 @@ before_install:
2626
- export CHROME_BIN=chromium-browser
2727
- export DISPLAY=:99.0
2828
- sh -e /etc/init.d/xvfb start
29-
- npm update -g
29+
# - npm update -g
3030
- npm install -g karma-cli grunt-cli
3131
before_script:
3232
- grunt

0 commit comments

Comments
 (0)