Skip to content

Commit

Permalink
minor: update evergreen / travis to use mongoc master
Browse files Browse the repository at this point in the history
  • Loading branch information
Machyne committed Oct 15, 2015
1 parent 718fcb4 commit 6559a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ functions:
params:
working_dir: "."
script: |
git clone -b r1.2 https://github.com/mongodb/mongo-c-driver.git
git clone -b master https://github.com/mongodb/mongo-c-driver.git
cd mongo-c-driver
rm -rf /data/tmp/c-driver-install
./autogen.sh --prefix="/data/tmp/c-driver-install" --enable-tests=no --enable-examples=no
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ before_install:
- sudo apt-get update -qq

# Mongo C Driver
- git clone -b r1.2 https://github.com/mongodb/mongo-c-driver.git
# TODO switch master (branch for current 1.3 dev) to r1.3 when released
- git clone -b master https://github.com/mongodb/mongo-c-driver.git

install:
# GCC
Expand Down

0 comments on commit 6559a0f

Please sign in to comment.