From 4906f5acf5d2321027c30b61d3802851ee700d6c Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Thu, 21 Feb 2013 13:09:08 -0600 Subject: [PATCH] Add ruby 2.0.0 to travis config. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9d3d02..2387a98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: ruby rvm: + - 2.0.0 - 1.9.3 - 1.9.2 - 1.8.7 - - ree \ No newline at end of file + - ree +notifications: + email: false \ No newline at end of file