Skip to content

Commit

Permalink
Added travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbeeston committed Feb 14, 2015
1 parent 0d9f334 commit 401bede
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 401bede

Please sign in to comment.