From 349aab72f0c94f3979ccb44b68806b2364643014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 28 Jan 2013 13:50:08 -0200 Subject: [PATCH] No need to test against ree since we are testing with 1.8.7 --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6697c9ad..d4cafbdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,18 +4,11 @@ rvm: - 1.8.7 - 1.9.2 - 1.9.3 - - ree env: - DEVISE_ORM=mongoid - DEVISE_ORM=active_record matrix: exclude: - - rvm: ree - env: DEVISE_ORM=mongoid - gemfile: Gemfile - - rvm: ree - env: DEVISE_ORM=mongoid - gemfile: gemfiles/Gemfile.rails-3.1.x - rvm: 1.8.7 env: DEVISE_ORM=mongoid gemfile: Gemfile