From f9c1d1f0b6c159252c9da99e6f5a6fc977f51462 Mon Sep 17 00:00:00 2001 From: Kevin Stock Date: Thu, 25 Feb 2016 07:10:10 -0800 Subject: [PATCH] Specifies Travis CI dependency installation step Specifies the usage of go get to install dependencies. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d0799ed..afe1f85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,8 @@ go: - 1.6 - tip +install: + - go get + script: - go build