Install mage before running tests

This commit is contained in:
Blerim Sheqa 2018-12-20 17:05:22 +01:00
parent 98c1a3a894
commit 243bed531e

View File

@ -31,6 +31,7 @@ before_install:
- export TRAVIS_BUILD_DIR=$HOME/gopath/src/github.com/icinga/icingabeat/
- cd $HOME/gopath/src/github.com/icinga/icingabeat/
- go get github.com/Masterminds/glide
- go get github.com/magefile/mage/mg
install:
- true