Skip to content

Commit 0d4fb5d

Browse files
committed
minor
1 parent 4c33eea commit 0d4fb5d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

scripts/travis/install.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ fi
4949

5050
# ===== Latest npm ==========
5151
# need latest npm (less bugs)
52-
npm i -g npm
53-
npm up -g
54-
npm i -g mocha bunyan gulp
52+
#npm i -g npm
53+
#npm up -g
54+
#npm i -g mocha
55+
#npm i -g bunyan
56+
#npm i -g gulp
5557

5658

5759
# Turn off unneeded services to free some memory

0 commit comments

Comments
 (0)