diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..eb93f27 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: go \ No newline at end of file diff --git a/README.md b/README.md index acee85d..c0287e8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # lumberjack +[![Build Status](https://travis-ci.org/natefinch/lumberjack.png)](https://travis-ci.org/natefinch/lumberjack) + Lumberjack is a Go package for writing logs to rolling files. Lumberjack is intended to be one part of a logging infrastructure.