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

Commit 4ccd8bb

Browse files
committed
fix typo in travis
1 parent 723a2d4 commit 4ccd8bb

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
@@ -12,7 +12,7 @@ env:
1212
- RUST_TEST_THREADS=1
1313

1414
script:
15-
- mkdir -p ./data/db ./data/test /data/db2 /data/test2
15+
- mkdir -p ./data/db ./data/test ./data/db2 ./data/test2
1616
- 3.0.7/bin/mongod --fork --nopreallocj --dbpath ./data/db --syslog --port 27017
1717
- 3.0.7/bin/mongod --fork --nopreallocj --dbpath ./data/test --syslog --port 27018
1818
- cargo build --verbose

0 commit comments

Comments
 (0)