Skip to content
This repository was archived by the owner on May 30, 2019. It is now read-only.

Commit 8aa8e6b

Browse files
committed
Fix Travis script
1 parent 3209cba commit 8aa8e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ install:
2828
# (gulp e2e commands below invoke the corresponding gradle tasks
2929
# to congifure the java middle tier)
3030

31-
- npm cache clean
32-
- npm install -g npm@2.1.10
31+
- npm cache verify
32+
- npm install -g npm@6.9.0
3333
- npm install -g gulp
3434
- npm install
3535

0 commit comments

Comments
 (0)