mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 12:56:04 +03:00
8 lines
131 B
YAML
8 lines
131 B
YAML
|
language: go
|
||
|
go:
|
||
|
- "1.8"
|
||
|
- "1.9"
|
||
|
before_install:
|
||
|
- go get -v github.com/google/go-querystring/query
|
||
|
script: go test -v ./...
|