From dc576fed8a31fb75529c9a44258e636699f435c5 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Thu, 9 Jun 2016 15:29:06 +0100 Subject: [PATCH] update travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6cc32cb6..975a7a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ install: - export PATH="${TRAVIS_BUILD_DIR}/Godeps/_workspace/bin:$PATH" - go get github.com/mitchellh/gox - go get github.com/mholt/caddy +- go get github.com/hashicorp/go-syslog +- go get github.com/jimstudt/http-authentication/basic - go get github.com/spf13/hugo - go get github.com/robfig/cron - go get github.com/mitchellh/go-homedir