mirror of
https://github.com/jhillyerd/inbucket.git
synced 2026-01-28 14:05:57 +00:00
Large refactor for #69
- makefile: Don't refresh deps automatically, causes double build - storage: Move GetMessage, GetMessages (Mailbox), PurgeMessages to the Store API for #69 - storage: Remove Mailbox.Name method for #69 - test: Create new test package for #79 - test: Implement StoreStub, migrate some tests off MockDataStore for task #80 - rest & webui: update controllers to use new Store methods
This commit is contained in:
@@ -6,6 +6,7 @@ env:
|
||||
|
||||
before_script:
|
||||
- go get github.com/golang/lint/golint
|
||||
- make deps
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
|
||||
Reference in New Issue
Block a user