1
0
mirror of synced 2024-11-22 04:56:06 +03:00
mg-transport-api-client-go/.travis.yml
Alex Lushpai 11ed32136e
Init (#1)
* Channels methods
* Messages methods
* Partial tests
* Docs
2018-05-17 17:26:18 +03:00

10 lines
187 B
YAML

language: go
go:
- '1.8'
- '1.9'
- '1.10'
before_install:
- go get -v github.com/google/go-querystring/query
- go get -v github.com/h2non/gock
script: go test -v ./...