1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-15 13:33:12 +02:00
chroma/.travis.yml

13 lines
294 B
YAML
Raw Normal View History

2017-09-18 14:01:49 +10:00
sudo: false
language: go
go:
- "1.13.x"
script:
- go test -v ./...
2020-01-01 12:45:09 +11:00
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.22.2
- ./bin/golangci-lint run
- git clean -fdx .
2017-09-25 16:34:49 +10:00
after_success:
2019-07-19 11:04:16 +10:00
curl -sL https://git.io/goreleaser | bash && goreleaser
2017-09-25 16:34:49 +10:00