We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f348b commit 1f23980Copy full SHA for 1f23980
.travis.yml
@@ -24,8 +24,8 @@ install:
24
- npm config set spin false
25
# Log HTTP requests
26
- npm config set loglevel http
27
- - time ./scripts/travis/fetch_bundle.sh
28
- - time npm install
+ # Run npm install twice, because it is flaky.
+ - npm install || npm install
29
30
before_script:
31
- mkdir -p $LOGS_DIR
scripts/travis/fetch_bundle.sh
0 commit comments