mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 03:02:30 +00:00
Use mod vendor for vendored directory (backwards compatible)
This commit is contained in:
11
vendor/github.com/mreiferson/go-httpclient/.travis.yml
generated
vendored
Normal file
11
vendor/github.com/mreiferson/go-httpclient/.travis.yml
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
language: go
|
||||
go:
|
||||
- 1.1
|
||||
install:
|
||||
- go get github.com/bmizerany/assert
|
||||
script:
|
||||
- pushd $TRAVIS_BUILD_DIR
|
||||
- go test
|
||||
- popd
|
||||
notifications:
|
||||
email: false
|
Reference in New Issue
Block a user