8ec9c6b748
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.
4 lines
72 B
YAML
4 lines
72 B
YAML
language: go
|
|
|
|
install: go get -d -t -v github.com/natefinch/lumberjack
|