1
0
mirror of https://github.com/json-iterator/go.git synced 2025-01-23 18:54:21 +02:00
json-iterator/.travis.yml

14 lines
151 B
YAML
Raw Normal View History

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