aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2018-02-18 00:19:33 -0800
committerJeremy Daer <jeremydaer@gmail.com>2018-02-18 00:19:36 -0800
commit6b3acf151829ee16a946c0d77529d236f115234c (patch)
treecbefc2a0b45915e58053369103f59e51563fc344 /.travis.yml
parent4940cc49ddb361d584d51bc3eb4675ff8ece4a2b (diff)
downloadrails-6b3acf151829ee16a946c0d77529d236f115234c.tar.gz
rails-6b3acf151829ee16a946c0d77529d236f115234c.tar.bz2
rails-6b3acf151829ee16a946c0d77529d236f115234c.zip
Travis: fix that major.minor version doesn't track latest major.minor.tiny
So `2.4` would match `2.4.1` (due to an rvm alias) rather than matching the latest `2.4.3` release.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index 297ef2ff83..164f0c9c7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -60,21 +60,21 @@ env:
- "GEM=ac:integration"
rvm:
- - 2.4
- - 2.5
+ - 2.4.3
+ - 2.5.0
- ruby-head
matrix:
include:
- - rvm: 2.5
+ - rvm: 2.5.0
env: "GEM=av:ujs"
- - rvm: 2.4
+ - rvm: 2.4.3
env: "GEM=aj:integration"
services:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.5
+ - rvm: 2.5.0
env: "GEM=aj:integration"
services:
- memcached
@@ -86,15 +86,15 @@ matrix:
- memcached
- redis-server
- rabbitmq
- - rvm: 2.5
+ - rvm: 2.5.0
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
mariadb: 10.2
- - rvm: 2.5
+ - rvm: 2.5.0
env:
- "GEM=ar:sqlite3_mem"
- - rvm: 2.5
+ - rvm: 2.5.0
env:
- "GEM=ar:postgresql POSTGRES=9.2"
addons: