diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..450948d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: ruby +rvm: + - 1.8 + - 1.9 + - 2.0 + - 2.1 + - 2.2 + - jruby + - rbx +matrix: + allow_failures: + - rvm: 1.8 +script: ./script/test +sudo: false \ No newline at end of file diff --git a/README.md b/README.md index a45170e..b678632 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # crack +[![Build Status](https://travis-ci.org/jnunemaker/crack.svg?branch=master)](https://travis-ci.org/jnunemaker/crack) + Really simple JSON and XML parsing, ripped from Merb and Rails. The XML parser is ripped from Merb and the JSON parser is ripped from Rails. I take no credit, just packaged them for all to enjoy and easily use. ## compatibility