5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 07:52:32 +00:00
matterbridge/vendor/github.com/mreiferson/go-httpclient/.travis.yml

15 lines
190 B
YAML
Raw Normal View History

language: go
go:
2021-03-20 21:40:23 +00:00
- '1.x'
arch:
- amd64
- ppc64le
install:
- go get github.com/bmizerany/assert
script:
- pushd $TRAVIS_BUILD_DIR
- go test
- popd
notifications:
email: false