Update TravisCI config
This commit is contained in:
parent
9835f6fb2c
commit
f47c510aff
|
@ -6,7 +6,7 @@ services:
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.10"
|
||||
- "1.13"
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
@ -32,6 +32,7 @@ before_install:
|
|||
- cd $HOME/gopath/src/github.com/icinga/icingabeat/
|
||||
- go get github.com/Masterminds/glide
|
||||
- go get github.com/magefile/mage/mg
|
||||
- go get github.com/sirupsen/logrus
|
||||
|
||||
install:
|
||||
- true
|
||||
|
|
Loading…
Reference in New Issue