From e9667548390c1fdfca02e74a03ee886ab9a9e6e9 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Wed, 25 Apr 2012 22:43:30 -0500 Subject: [PATCH] travis config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..202e8826 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +rvm: + - 1.9.2 + - 1.9.3 + - 1.8.7 + - rbx-18mode + - rbx-19mode +notifications: + recipients: + - cowboyd@thefrontside.net +