miflorad/.travis.yml

12 lines
135 B
YAML
Raw Normal View History

2018-12-13 16:33:37 +01:00
---
sudo: false
language: go
go:
- "1.11.x"
2019-02-26 12:50:56 +01:00
- "1.12.x"
2019-09-04 19:21:04 +02:00
- "1.13.x"
- master
2018-12-13 16:33:37 +01:00
env:
2019-09-04 19:21:04 +02:00
- GO111MODULE=on GOPROXY=direct GOSUMDB=off