From 2f40373ec25909523ad91f2b6d52400ad747b64c Mon Sep 17 00:00:00 2001 From: Nicholas Lundgaard Date: Fri, 5 Feb 2016 09:46:41 -0600 Subject: [PATCH] add travis configuration to repo, build status to README --- .travis.yml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 .travis.yml 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.