Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit c858aa8

Browse files
committed
fix typo in travis
1 parent b2fa20b commit c858aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before_install:
66
- mv mongodb-linux-x86_64-3.0.10 3.0.10
77
- wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.4.tgz
88
- tar xvf mongodb-linux-x86_64-3.2.4.tgz
9-
- mv mongodb-linux-x86_64-3.2.0 3.2.4
9+
- mv mongodb-linux-x86_64-3.2.4 3.2.4
1010

1111
env:
1212
- RUST_TEST_THREADS=1

0 commit comments

Comments
 (0)