Skip to content

Commit

Permalink
[ci] actualize ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp committed Oct 16, 2019
1 parent 6d86d45 commit 6384fd7
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_MEMORY_STORE_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_MEMORY_STORE_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_MEMORY_STORE_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_MEMORY_STORE_CACHE=true
- rvm: ruby-head
Expand All @@ -28,13 +28,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_FILE_STORE_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_FILE_STORE_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_FILE_STORE_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/active_support.gemfile
env: TEST_AS_FILE_STORE_CACHE=true
- rvm: ruby-head
Expand All @@ -43,13 +43,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/active_support_with_redis.gemfile
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/active_support_with_redis.gemfile
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/active_support_with_redis.gemfile
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/active_support_with_redis.gemfile
env: TEST_AS_REDIS_CACHE_STORE_CACHE=true
- rvm: ruby-head
Expand All @@ -58,13 +58,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/dalli.gemfile
env: TEST_DALLI_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/dalli.gemfile
env: TEST_DALLI_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/dalli.gemfile
env: TEST_DALLI_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/dalli.gemfile
env: TEST_DALLI_CACHE=true
- rvm: ruby-head
Expand All @@ -73,13 +73,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_STORE_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_STORE_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_STORE_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_STORE_CACHE=true
- rvm: ruby-head
Expand All @@ -88,13 +88,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_DALLI_STORE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_DALLI_STORE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_DALLI_STORE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_DALLI_STORE=true
- rvm: ruby-head
Expand All @@ -103,13 +103,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/redis_store.gemfile
env: TEST_REDIS_CACHE=true
- rvm: ruby-head
Expand All @@ -118,13 +118,13 @@ matrix:
- rvm: 2.3.8
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: 2.4.7
- rvm: 2.4.9
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: 2.5.6
- rvm: 2.5.7
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: 2.6.4
- rvm: 2.6.5
gemfile: gemfiles/active_support_with_dalli.gemfile
env: TEST_AS_MEM_CACHE_STORE_CACHE=true
- rvm: ruby-head
Expand Down

0 comments on commit 6384fd7

Please sign in to comment.