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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user