1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00
Files
go-inbucket/.travis.yml
James Hillyerd 9c18f1fb30 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
2018-03-10 19:34:51 -08:00

20 lines
246 B
YAML

language: go
sudo: false
env:
- DEPLOY_WITH_MAJOR="1.10"
before_script:
- go get github.com/golang/lint/golint
- make deps
go:
- "1.10"
deploy:
provider: script
script: etc/travis-deploy.sh
on:
tags: true
branch: master