Skip to content

Commit de4b480

Browse files
authored
Run integration tests against 3.2.16 (globalsign#24)
* Run integration tests against 3.2.16 * Update README.md
1 parent 8a327e4 commit de4b480

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)