From 2434d66abc6cb798a6b88b8aceeb2cf8362fccc2 Mon Sep 17 00:00:00 2001 From: Nick Quaranto Date: Fri, 29 Jul 2011 18:07:12 -0400 Subject: [PATCH] Add travis config and build status link --- .travis.yml | 4 ++++ README.md | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8793144 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +rvm: + - 1.8.7 + - 1.9.2 +script: "bundle exec rake appraisal:install default" diff --git a/README.md b/README.md index 83919d7..a13bcfd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -factory_girl -============ +# factory_girl [![Build Status](http://travis-ci.org/thoughtbot/factory_girl.png)](http://travis-ci.org/thoughtbot/factory_girl) factory_girl is a fixtures replacement with a straightforward definition syntax, support for multiple build strategies (saved instances, unsaved instances, attribute hashes, and stubbed objects), and support for multiple factories for the same class (user, admin_user, and so on), including factory inheritance.