mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
9 lines
142 B
YAML
9 lines
142 B
YAML
language: go
|
|
go:
|
|
- '1.8'
|
|
- '1.9'
|
|
- '1.10'
|
|
before_install:
|
|
- go get -v github.com/google/go-querystring/query
|
|
script: go test -v ./...
|