mirror of
https://github.com/cheat/cheat.git
synced 2026-01-08 07:12:07 +01:00
Add vendor files for go build
This commit is contained in:
10
vendor/github.com/alecthomas/chroma/.travis.yml
generated
vendored
Normal file
10
vendor/github.com/alecthomas/chroma/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
sudo: false
|
||||
language: go
|
||||
script:
|
||||
- go test -v ./...
|
||||
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s v1.15.0
|
||||
- ./bin/golangci-lint run
|
||||
- git clean -fdx .
|
||||
after_success:
|
||||
curl -sL https://git.io/goreleaser | bash && goreleaser
|
||||
|
||||
Reference in New Issue
Block a user