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
sudo: false
go:
- "1.10"
install:
- go get github.com/BurntSushi/toml
- go get github.com/gorilla/mux
- go get github.com/namsral/flag
- go get github.com/sirupsen/logrus
script: go test -v ./...
- "1.12"
install: env GO111MODULE=on go build
script: env GO111MODULE=on go test -v ./...