From e3213ee746f61432f8ba99ec42679e1d8df8785e Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Mon, 25 Jun 2018 16:15:02 -0300 Subject: [PATCH] Fix .travis.yml gemfile paths --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 24a4474..7cce90c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,11 +27,11 @@ gemfile: - gemfiles/rails_5_1.gemfile - gemfiles/rails_4_2.gemfile - gemfiles/dalli2.gemfile - - gemfiles/active_support_redis_cache_store - - gemfiles/active_support_redis_cache_store_pooled - - gemfiles/active_support_redis_store - - gemfiles/connection_pool_dalli - - gemfiles/redis_store + - gemfiles/connection_pool_dalli.gemfile + - gemfiles/active_support_redis_cache_store.gemfile + - gemfiles/active_support_redis_cache_store_pooled.gemfile + - gemfiles/redis_store.gemfile + - gemfiles/active_support_redis_store.gemfile matrix: allow_failures: