From 7b90115822297a100650bb94143c02a6441f4dfd Mon Sep 17 00:00:00 2001 From: Johannes Huning Date: Mon, 2 Jan 2012 17:22:00 +0100 Subject: [PATCH] Continuous integration with Travis --- .travis.yml | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bf3bbfb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: erlang +otp_release: + - R14B04 + - R14B03 + - R14B02 + - R14A + - R13B04 + - R13B03 +script: "make test" diff --git a/README.md b/README.md index fb9527a..aaef2c8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ibrowse +# ibrowse [![Build Status](https://secure.travis-ci.org/johannesh/ibrowse.png)](http://travis-ci.org/johannesh/ibrowse) ibrowse is a HTTP client written in erlang.