cheat/vendor/github.com/alecthomas/chroma/.travis.yml

13 lines
294 B
YAML
Raw Normal View History

2019-10-27 17:04:31 +01:00
sudo: false
language: go
go:
- "1.13.x"
2019-10-27 17:04:31 +01:00
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
2019-10-27 17:04:31 +01:00
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
curl -sL https://git.io/goreleaser | bash && goreleaser