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