mg-bot-api-client-go/.travis.yml

17 lines
261 B
YAML
Raw Normal View History

2018-08-03 18:11:37 +03:00
language: go
2019-03-07 12:58:09 +03:00
env:
global:
- MG_DEBUG=false
2018-08-03 18:11:37 +03:00
go:
- '1.13'
- '1.14'
2019-03-07 12:58:09 +03:00
2018-08-03 18:11:37 +03:00
before_install:
- go get -v github.com/google/go-querystring/query
2018-08-29 02:44:06 +03:00
- go get -v github.com/stretchr/testify/assert
- go get -v github.com/joho/godotenv
2018-08-03 18:11:37 +03:00
script: go test -v ./...