Skip to content

Commit 3acc386

Browse files
author
Matt Cotter
committed
minor: pin travis to mongoc 1.3.4
1 parent f418feb commit 3acc386

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
@@ -40,7 +40,7 @@ before_install:
4040

4141
# Mongo C Driver
4242
# TODO switch master (branch for current 1.3 dev) to r1.3 when released
43-
- git clone -b master https://github.com/mongodb/mongo-c-driver.git
43+
- git clone -b '1.3.4' --single-branch https://github.com/mongodb/mongo-c-driver.git
4444

4545
install:
4646
# GCC

0 commit comments

Comments
 (0)