Update TravisCI config

This commit is contained in:
Blerim Sheqa 2020-02-26 15:22:19 +01:00
parent 9835f6fb2c
commit f47c510aff
1 changed files with 2 additions and 1 deletions

View File

@ -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