Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyksv committed Feb 16, 2018
1 parent 00b5456 commit d215747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ node_js:
- "0.10"

install:
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.19.tgz
- tar xzf mongodb-linux-x86_64-3.2.19.tgz
- export PATH=${PWD}/mongodb-linux-x86_64-3.2.19/bin/:$PATH
- wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz
- tar xzf mongodb-linux-x86_64-3.0.6.tgz
- export PATH=${PWD}/mongodb-linux-x86_64-3.0.6/bin/:$PATH
- mongod --version

script:
Expand Down

0 comments on commit d215747

Please sign in to comment.