Skip to content

Commit 1519fd3

Browse files
committed
Merge branch 'master' into development
* master: Run integration tests against 3.2.16 (#24)
2 parents de872a6 + df81fe4 commit 1519fd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ env:
2222
- GO=1.6 MONGODB=x86_64-3.2.12
2323
- GO=1.7 MONGODB=x86_64-3.2.12
2424
- GO=1.8.x MONGODB=x86_64-3.2.12
25+
- GO=1.6 MONGODB=x86_64-3.2.16
26+
- GO=1.7 MONGODB=x86_64-3.2.16
27+
- GO=1.8.x MONGODB=x86_64-3.2.16
2528

2629
install:
2730
- eval "$(gimme $GO)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Further PR's (with tests) are welcome, but please maintain backwards compatibili
1717
* Hides SASL warnings ([details](https://github.com/globalsign/mgo/pull/7))
1818
* Support for partial indexes ([detials](https://github.com/domodwyer/mgo/commit/5efe8eccb028238d93c222828cae4806aeae9f51))
1919
* Fixes timezone handling ([details](https://github.com/go-mgo/mgo/pull/464))
20-
* Integration tests run against newest MongoDB 3.2 releases ([details](https://github.com/globalsign/mgo/pull/4))
20+
* Integration tests run against newest MongoDB 3.2 releases ([details](https://github.com/globalsign/mgo/pull/4), [more](https://github.com/globalsign/mgo/pull/24))
2121
* Improved multi-document transaction performance ([details](https://github.com/globalsign/mgo/pull/10), [more](https://github.com/globalsign/mgo/pull/11), [more](https://github.com/globalsign/mgo/pull/16))
2222
* Fixes cursor timeouts ([detials](https://jira.mongodb.org/browse/SERVER-24899))
2323
* Support index hints and timeouts for count queries ([details](https://github.com/globalsign/mgo/pull/17))

0 commit comments

Comments
 (0)