1
0
Fork 0
mirror of https://github.com/Luzifer/cam2mjpeg.git synced 2024-11-08 21:50:04 +00:00
cam2mjpeg/vendor/github.com/gofrs/uuid/.travis.yml
Knut Ahlers 36379fefe7
Vendor dependencies
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-02-10 01:13:25 +01:00

23 lines
395 B
YAML

language: go
sudo: false
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
matrix:
allow_failures:
- go: tip
fast_finish: true
env:
- GO111MODULE=on
before_install:
- go get golang.org/x/tools/cmd/cover
script:
- go test ./... -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false