Skip to content

Commit 40554f1

Browse files
fmpwizardniemeyer
authored andcommitted
Stop all db instances after tests (#462)
If all tests pass, the builds for mongo earlier than 2.6 are still failing. Running a clean up fixes the issue.
1 parent 9a2573d commit 40554f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ script:
4141
- (cd bson && go test -check.v)
4242
- go test -check.v -fast
4343
- (cd txn && go test -check.v)
44+
- make stopdb
4445

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

0 commit comments

Comments
 (0)