1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-12 09:46:08 +02:00
gitea/vendor/github.com/alecthomas/chroma/.travis.yml
2020-07-27 13:18:02 -04:00

13 lines
294 B
YAML
Vendored

sudo: false
language: go
go:
- "1.13.x"
script:
- go test -v ./...
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.26.0
- ./bin/golangci-lint run
- git clean -fdx .
after_success:
curl -sL https://git.io/goreleaser | bash && goreleaser