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.