aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2018-02-17 13:02:18 -0800
committerJeremy Daer <jeremydaer@gmail.com>2018-02-17 15:34:57 -0800
commitd4eb0dc89ee6b476e2e10869dc282a96f956c6c7 (patch)
tree40007170fb8b42d77f93766e0a429b1fbc8db919 /.travis.yml
parent33886e28f1c06b7f252c1db0e433794b00c54a2f (diff)
downloadrails-d4eb0dc89ee6b476e2e10869dc282a96f956c6c7.tar.gz
rails-d4eb0dc89ee6b476e2e10869dc282a96f956c6c7.tar.bz2
rails-d4eb0dc89ee6b476e2e10869dc282a96f956c6c7.zip
Rails 6 requires Ruby 2.4.1+
Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml23
1 files changed, 8 insertions, 15 deletions
diff --git a/.travis.yml b/.travis.yml
index 762459dfcc..297ef2ff83 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,28 +60,21 @@ env:
- "GEM=ac:integration"
rvm:
- - 2.3.6
- - 2.4.3
- - 2.5.0
+ - 2.4
+ - 2.5
- ruby-head
matrix:
include:
- - rvm: 2.5.0
+ - rvm: 2.5
env: "GEM=av:ujs"
- - rvm: 2.3.6
+ - rvm: 2.4
env: "GEM=aj:integration"
services:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.4.3
- env: "GEM=aj:integration"
- services:
- - memcached
- - redis-server
- - rabbitmq
- - rvm: 2.5.0
+ - rvm: 2.5
env: "GEM=aj:integration"
services:
- memcached
@@ -93,15 +86,15 @@ matrix:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.3.6
+ - rvm: 2.5
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.2
- - rvm: 2.3.6
+ - rvm: 2.5
env:
- "GEM=ar:sqlite3_mem"
- - rvm: 2.3.6
+ - rvm: 2.5
env:
- "GEM=ar:postgresql POSTGRES=9.2"
addons: