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

13 lines
242 B
YAML
Raw Normal View History

2018-08-03 18:11:37 +03:00
language: go
go:
2018-08-30 13:58:37 +03:00
- '1.8'
2018-08-03 18:11:37 +03:00
- '1.9'
- '1.10'
2018-08-29 02:44:06 +03:00
- '1.11'
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 ./...