From ee077ce5e6054c52891612a6492909c8dfda1ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20B=C3=B6ttger?= Date: Sun, 1 Jul 2012 22:03:16 +1200 Subject: [PATCH] travisied the github repo --- .travis.yml | 9 +++++++++ README.md | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..44e453b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: ruby +rvm: + - 1.8.7 + - 1.9.2 + - 1.9.3 + - jruby-18mode # JRuby in 1.8 mode + - jruby-19mode # JRuby in 1.9 mode + - rbx-18mode + - rbx-19mode diff --git a/README.md b/README.md index 276179c..38fa528 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AASM - Ruby state machines # +# AASM - Ruby state machines [![Build Status](https://secure.travis-ci.org/aasm/aasm.png)](http://travis-ci.org/aasm/aasm) This package contains AASM, a library for adding finite state machines to Ruby classes.