1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

Add Makefile for developer convenience.

This commit is contained in:
James Hillyerd
2018-02-27 20:41:45 -08:00
parent 3b9af85924
commit 3c19e0820b
2 changed files with 37 additions and 4 deletions

View File

@@ -5,13 +5,11 @@ env:
- DEPLOY_WITH_MAJOR="1.9"
before_script:
- go vet ./...
- go get github.com/golang/lint/golint
go:
- 1.8.x
- 1.9.x
script: go test -race -v ./...
- "1.10"
deploy:
provider: script