1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +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" - DEPLOY_WITH_MAJOR="1.10"
before_script: before_script:
- go get github.com/golang/lint/golint - go get golang.org/x/lint/golint
- make deps - make deps
go: go:
- "1.10.1" - "1.10.x"
- "1.11.x"
deploy: deploy:
provider: script provider: script