k3s/vendor/github.com/json-iterator/go/.travis.yml
Darren Shepherd fa08d6076c Update vendor
2019-01-11 21:58:27 -07:00

15 lines
159 B
YAML

language: go
go:
- 1.8.x
- 1.x
before_install:
- go get -t -v ./...
script:
- ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)