summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/alecthomas/chroma/.travis.yml
blob: 4850b0c8048ab9f06e749654bb29e92a866d90ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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