1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-16 23:29:16 +00:00
Files
norman/vendor/github.com/json-iterator/go/.travis.yml
Darren Shepherd 816c6cf363 Vendor bump
2017-11-10 21:46:33 -07: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)