We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f418feb commit 3acc386Copy full SHA for 3acc386
.travis.yml
@@ -40,7 +40,7 @@ before_install:
40
41
# Mongo C Driver
42
# 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
+ - git clone -b '1.3.4' --single-branch https://github.com/mongodb/mongo-c-driver.git
44
45
install:
46
# GCC
0 commit comments