Skip to content

Commit 93ede14

Browse files
committedAug 29, 2018
chore(travis): wrap npm install with travis_retry to mitigate timeout failure
https://docs.travis-ci.com/user/common-build-problems/#timeouts-installing-dependencies
1 parent 97c1b4f commit 93ede14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
sudo: false
33
node_js: [10, 9, 8, 7, 6, 5, 4]
4+
install:
5+
- travis_retry npm install
46
before_script:
57
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.6.tgz
68
- tar -zxvf mongodb-linux-x86_64-3.6.6.tgz

0 commit comments

Comments
 (0)