1
0
mirror of https://github.com/json-iterator/go.git synced 2024-11-27 08:30:57 +02:00
json-iterator/.travis.yml
2017-07-02 13:18:20 +08:00

16 lines
178 B
YAML

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip
before_install:
- go get -t -v ./...
script:
- ./test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)