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

travis: golint & golang updates

This commit is contained in:
James Hillyerd
2018-10-20 11:18:48 -07:00
parent 0d7c94c531
commit bf12925fd1

View File

@@ -10,11 +10,12 @@ env:
- DEPLOY_WITH_MAJOR="1.10"
before_script:
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
- make deps
go:
- "1.10.1"
- "1.10.x"
- "1.11.x"
deploy:
provider: script