2
0

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.
This commit is contained in:
Nate Finch
2014-06-18 14:30:00 -04:00
parent 9b971d9efa
commit 8ec9c6b748
+3 -1
View File
@@ -1 +1,3 @@
language: go
language: go
install: go get -d -t -v github.com/natefinch/lumberjack