1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00
Files
rke/vendor/github.com/json-iterator/go/.travis.yml
galal-hussein e691df23b3 Vendor update
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)