diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2c6b0c1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: erlang +otp_release: + - 18.2.1 + - 17.5 + - R16B03-1 \ No newline at end of file diff --git a/README.md b/README.md index 351b787..fad734e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ jsn === +[![Build Status](https://secure.travis-ci.org/nalundgaard/jsn.png?branch=master)](http://travis-ci.org/nalundgaard/jsn) + jsn is a tool for working with JSON representations in erlang--complex, nested JSON objects in particular.