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.