From b5f73614617c8363a425de7951afdd892829f532 Mon Sep 17 00:00:00 2001 From: Sean Cribbs Date: Tue, 26 Jun 2012 15:51:05 -0400 Subject: [PATCH] Add Travis CI hook and build status. --- .travis.yml | 8 ++++++++ README.org | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f09980c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: erlang +notifications: + email: eng@basho.com +otp_release: + - R15B01 + - R15B + - R14B04 + - R14B03 diff --git a/README.org b/README.org index 691dd96..94fbcd1 100644 --- a/README.org +++ b/README.org @@ -4,7 +4,9 @@ that plays nicely with traditional UNIX logging tools like logrotate and syslog. -* Features + [[https://travis-ci.org/basho/lager][https://secure.travis-ci.org/basho/lager.png]] + +* Features - Finer grained log levels (debug, info, notice, warning, error, critical, alert, emergency) - Logger calls are transformed using a parse transform to allow capturing