From 949894e579eb705e208c70af05179c16a65fd406 Mon Sep 17 00:00:00 2001 From: Aaron Pfeifer Date: Sat, 6 Aug 2011 18:05:13 -0400 Subject: [PATCH] Integrate Travis CI --- .travis.yml | 3 +++ README.rdoc | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bc8a94b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,3 @@ +rvm: + - 1.9.2 + - 1.8.7 diff --git a/README.rdoc b/README.rdoc index a1376ec..31c03ce 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -== preferences +== preferences http://travis-ci.org/pluginaweek/preferences.png +preferences+ adds support for easily creating custom preferences for models. @@ -16,6 +16,10 @@ Development * http://github.com/pluginaweek/preferences +Testing + +* http://travis-ci.org/pluginaweek/preferences + Source * git://github.com/pluginaweek/preferences.git