1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-24 08:22:14 +02:00
json-iterator/.travis.yml

14 lines
151 B
YAML
Raw Normal View History

2017-07-02 06:09:49 +02:00
language: go
go:
- 1.8.x
before_install:
- go get -t -v ./...
script:
2017-07-02 06:58:14 +02:00
- ./test.sh
2017-07-02 06:09:49 +02:00
after_success:
2017-07-02 13:26:06 +02:00
- bash <(curl -s https://codecov.io/bash)