Skip to content

Commit

Permalink
Stop all db instances after tests (go-mgo#462)
Browse files Browse the repository at this point in the history
If all tests pass, the builds for mongo earlier than 2.6 are still failing.
Running a clean up fixes the issue.
  • Loading branch information
fmpwizard authored and niemeyer committed Jul 20, 2017
1 parent 9a2573d commit 40554f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ script:
- (cd bson && go test -check.v)
- go test -check.v -fast
- (cd txn && go test -check.v)
- make stopdb

# vim:sw=4:ts=4:et

0 comments on commit 40554f1

Please sign in to comment.