1
0
forked from rfa/radioweb
radioweb/vendor/github.com/json-iterator/go/.travis.yml
2019-04-04 20:57:13 +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)