api-client-go/.travis.yml

16 lines
288 B
YAML
Raw Permalink Normal View History

2018-02-27 13:51:19 +03:00
language: go
go:
- '1.8'
- '1.9'
- '1.10'
2018-10-22 12:22:05 +03:00
- '1.11'
2019-10-16 16:42:05 +03:00
- '1.12'
- '1.13'
2018-02-27 13:51:19 +03:00
before_install:
- go get -v github.com/google/go-querystring/query
2018-04-23 16:28:54 +03:00
- go get -v github.com/h2non/gock
2019-02-20 10:07:02 +03:00
- cp .env.dist .env
script: ./go.test.sh
2019-10-16 16:42:05 +03:00
after_success:
- bash <(curl -s https://codecov.io/bash)