From cbb980c246b5f57d82e83c059aac841663b36840 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Fri, 27 Jun 2014 06:18:34 -0400 Subject: [PATCH] remove travis.yml, update badges, use drone.io for builds --- .travis.yml | 3 --- README.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e0663bb..0000000 --- a/.travis.yml +++ /dev/null @@ -1,3 +0,0 @@ -language: go - -install: go get -d -t -v github.com/natefinch/lumberjack diff --git a/README.md b/README.md index 070560f..5180687 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lumberjack [![GoDoc](https://godoc.org/github.com/natefinch/lumberjack?status.png)](https://godoc.org/github.com/natefinch/lumberjack) [![Build Status](https://travis-ci.org/natefinch/lumberjack.png)](https://travis-ci.org/natefinch/lumberjack) +# lumberjack [![GoDoc](https://godoc.org/gopkg.in/natefinch/lumberjack.v2?status.png)](https://godoc.org/github.com/natefinch/lumberjack) [![Build Status](https://drone.io/github.com/natefinch/lumberjack/status.png)](https://drone.io/github.com/natefinch/lumberjack/latest) ### Lumberjack is a Go package for writing logs to rolling files.