1
0
mirror of https://github.com/rancher/rke.git synced 2025-10-19 18:10:55 +00:00
Files
rke/vendor/github.com/ugorji/go/.travis.yml
galal-hussein 3375a2f2e9 vendor update
2018-08-31 14:56:57 -07:00

12 lines
308 B
YAML

language: go
sudo: false
go:
- 1.7.x # go testing suite support, which we use, was introduced in go 1.7
- 1.8.x
- 1.9.x
- tip
script:
- go test -tags "alltests" -run Suite -coverprofile coverage.txt github.com/ugorji/go/codec
after_success:
- bash <(curl -s https://codecov.io/bash)