1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-02 07:43:04 +00:00
rke/vendor/github.com/json-iterator/go/.travis.yml
2017-11-13 23:23:16 +02:00

14 lines
151 B
YAML

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