We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm install
travis_retry
1 parent 97c1b4f commit 93ede14Copy full SHA for 93ede14
.travis.yml
@@ -1,6 +1,8 @@
1
language: node_js
2
sudo: false
3
node_js: [10, 9, 8, 7, 6, 5, 4]
4
+install:
5
+ - travis_retry npm install
6
before_script:
7
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.6.tgz
8
- tar -zxvf mongodb-linux-x86_64-3.6.6.tgz
0 commit comments