aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTatsuya Ikeda <6753644+ikepon@users.noreply.github.com>2018-12-13 13:57:42 +0900
committerJeremy Daer <jeremydaer@gmail.com>2018-12-12 20:57:42 -0800
commite6f4201b595129d3a9b0976c6388526032a4a360 (patch)
treeb049628b07aa04981f032af0c8f257fab91cd594 /.travis.yml
parent18974137be2c4027dfcf430668edd712e7ec011b (diff)
downloadrails-e6f4201b595129d3a9b0976c6388526032a4a360.tar.gz
rails-e6f4201b595129d3a9b0976c6388526032a4a360.tar.bz2
rails-e6f4201b595129d3a9b0976c6388526032a4a360.zip
CI against Ruby 2.4.5 and 2.5.3 (#45)
Bump CI to latest minor versions of Ruby 2.4 and 2.5
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f9ad1f699e..b66561a4ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: ruby
sudo: false
rvm:
- - 2.4.4
- - 2.5.1
+ - 2.4.5
+ - 2.5.3
- ruby-head
cache: