Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d0b873a

Browse files
committed
revert: chore(travis): get npm dependencies from npm-bundle-deps
This commit was causing some issues with CI testing, so it's being temporarily removed until that's resolved. This reverts commit 8881606.
1 parent 2e10659 commit d0b873a

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ install:
2424
- npm config set spin false
2525
# Log HTTP requests
2626
- npm config set loglevel http
27-
- time ./scripts/travis/fetch_bundle.sh
28-
- time npm install
27+
# Run npm install twice, because it is flaky.
28+
- npm install || npm install
2929

3030
before_script:
3131
- mkdir -p $LOGS_DIR

scripts/travis/fetch_bundle.sh

-9
This file was deleted.

0 commit comments

Comments
 (0)