Skip to content

Commit a5df219

Browse files
committed
chore(travis): run npm install twice
This is not optimal solution at all, but I can’t think of any better.
1 parent aa26856 commit a5df219

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ env:
2020

2121
install:
2222
- npm config set registry http://23.251.144.68
23-
- npm install
23+
# Run npm install twice, because it is flaky.
24+
- npm install || npm install
2425

2526
before_script:
2627
- mkdir -p $LOGS_DIR

0 commit comments

Comments
 (0)