2e74690f5e
* fix go.mod to work with the travis ci build * fix issue with gimme and 1.12 * fix issue with gimme and 1.12 (#2) * fix issue with gimme and 1.12 (#3) * fix issue with gimme and 1.12 (#4)
17 lines
No EOL
270 B
YAML
17 lines
No EOL
270 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12"
|
|
|
|
install:
|
|
- env GO111MODULE=on go get -u golang.org/x/lint/golint
|
|
|
|
script:
|
|
- env GO111MODULE=on make test
|
|
|
|
deploy:
|
|
- provider: script
|
|
skip_cleanup: true
|
|
script: curl -sL https://git.io/goreleaser | bash
|
|
on:
|
|
tags: true |