fix dev travis

This commit is contained in:
Thom Seddon 2019-04-12 16:34:23 +01:00
parent 814892a88b
commit 8ca16a88d2

View File

@ -1,10 +1,6 @@
language: go language: go
sudo: false sudo: false
go: go:
- "1.10" - "1.12"
install: install: env GO111MODULE=on go build
- go get github.com/BurntSushi/toml script: env GO111MODULE=on go test -v ./...
- go get github.com/gorilla/mux
- go get github.com/namsral/flag
- go get github.com/sirupsen/logrus
script: go test -v ./...