1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-17 23:59:36 +00:00
Files
norman/vendor/github.com/json-iterator/go/.travis.yml
Alena Prokharchyk 57e8282a33 k8s vendor to 1.10.5
2018-07-11 16:44:45 -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)