Skip to content

Commit 8ec9c6b

Browse files
committed
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.
1 parent 9b971d9 commit 8ec9c6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
language: go
1+
language: go
2+
3+
install: go get -d -t -v github.com/natefinch/lumberjack

0 commit comments

Comments
 (0)