From 552aca72ce55d00256277839ca70d2bf05c3ead0 Mon Sep 17 00:00:00 2001 From: steenzout Date: Wed, 18 Nov 2015 11:46:27 -0700 Subject: [PATCH] added github.com/fatih/color dependency for the examples --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 65d1d84..7460fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: go cache: directories: + - ${GOPATH}/src/github.com/fatih - ${GOPATH}/src/github.com/golang - ${GOPATH}/src/github.com/h12w - ${GOPATH}/src/github.com/mattn @@ -12,6 +13,7 @@ go: go_import_path: github.com/mediaFORGE/gol install: + - go get github.com/fatih/color - go get github.com/golang/lint/golint - go get github.com/h12w/gosweep - go get github.com/mattn/goveralls