From db729cbcfd0f9851f10cb2d3d24fdb27bfed5a77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sat, 16 Dec 2017 21:03:21 +0200 Subject: [PATCH] Updated travis.yml --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43a51f3..45dd3ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,15 @@ go: - master install: - - go get -t -v ./... +# - go get -t -v ./... + - go get -t -v github.com/fsnotify/fsnotify + - go get -t -v golang.org/x/sys + - go get -t -v github.com/spf13/viper + - go get -t -v github.com/hashicorp/hcl + - go get -t -v github.com/magiconair/properties + - go get -t -v github.com/mitchellh/mapstructure + - go get -t -v github.com/pelletier/go-toml + - go get -t -v github.com/spf13/afero script: - go test ./... \ No newline at end of file