xgo/.travis.yml
Jacob R. McCollum 2e74690f5e
fix go.mod to work with the travis ci build (#218)
* 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)
2019-08-04 16:17:51 -04:00

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