fix dev travis
This commit is contained in:
parent
814892a88b
commit
8ca16a88d2
10
.travis.yml
10
.travis.yml
@ -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 ./...
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user