mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2025-04-03 05:03:36 +03:00
18 lines
281 B
YAML
18 lines
281 B
YAML
language: go
|
|
|
|
env:
|
|
global:
|
|
- MG_DEBUG=false
|
|
|
|
go:
|
|
- '1.8'
|
|
- '1.9'
|
|
- '1.10'
|
|
- '1.11'
|
|
|
|
before_install:
|
|
- go get -v github.com/google/go-querystring/query
|
|
- go get -v github.com/stretchr/testify/assert
|
|
- go get -v github.com/joho/godotenv
|
|
|
|
script: go test -v ./...
|