From f6194c9bf758f06c7c2304e63d4a95384b818468 Mon Sep 17 00:00:00 2001 From: Nate Finch Date: Sun, 15 Jun 2014 07:59:44 -0400 Subject: [PATCH] travis stuff --- .travis.yml | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .travis.yml 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.