mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-15 07:50:29 +08:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
15
vendor/github.com/stretchr/testify/.travis.yml
generated
vendored
Normal file
15
vendor/github.com/stretchr/testify/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
language: go
|
||||
|
||||
sudo: false
|
||||
|
||||
go:
|
||||
- "1.8"
|
||||
- "1.9"
|
||||
- "1.10"
|
||||
- tip
|
||||
|
||||
script:
|
||||
- ./.travis.gogenerate.sh
|
||||
- ./.travis.gofmt.sh
|
||||
- ./.travis.govet.sh
|
||||
- go test -v -race $(go list ./... | grep -v vendor)
|
||||
Reference in New Issue
Block a user