Skip to content

Commit

Permalink
[ci] Run tests for ActiveSupport::Cache::MemCacheStore
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Sep 1, 2018
1 parent 82d58ca commit 26b1ab7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,15 @@ matrix:
- rvm: ruby-head
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_CACHE=true
- rvm: 2.3.7
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: 2.4.4
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: 2.5.1
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: ruby-head
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true

0 comments on commit 26b1ab7

Please sign in to comment.