mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
12 lines
232 B
YAML
12 lines
232 B
YAML
language: go
|
|
go:
|
|
- '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 ./...
|