chroma-markdown/vendor/github.com/alecthomas/chroma/.travis.yml

13 lines
294 B
YAML
Raw Normal View History

2017-10-22 05:37:38 +02:00
sudo: false
language: go
go:
- "1.13.x"
2019-07-01 05:14:09 +02:00
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
2019-07-01 05:14:09 +02:00
- ./bin/golangci-lint run
- git clean -fdx .
2017-10-22 05:37:38 +02:00
after_success:
curl -sL https://git.io/goreleaser | bash && goreleaser
2017-10-22 05:37:38 +02:00