From 8ec9c6b748e0c75183863d208c8442319ddc5321 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Wed, 18 Jun 2014 14:30:00 -0400 Subject: [PATCH] Update .travis.yml had to update travis config since it doesn't use go get -t, so it doesn't get dependencies that only exist in test files. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb93f27..e0663bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,3 @@ -language: go \ No newline at end of file +language: go + +install: go get -d -t -v github.com/natefinch/lumberjack