diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-12-20 21:35:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 21:35:18 +0100 |
commit | 7a42df07ca1c6032fbdbd8ee6017e173564eb429 (patch) | |
tree | 921b80168b307c18b116640d8e2ad54c9a2d3cd8 /.travis.yml | |
parent | e592ee20a9d6889dcfbc05e485f448dfeda9b72f (diff) | |
parent | 67be4402e5b53edeb70dc212560a7d6a00acb345 (diff) | |
download | rails-7a42df07ca1c6032fbdbd8ee6017e173564eb429.tar.gz rails-7a42df07ca1c6032fbdbd8ee6017e173564eb429.tar.bz2 rails-7a42df07ca1c6032fbdbd8ee6017e173564eb429.zip |
Merge pull request #27412 from maclover7/jm-ruby-24
Ruby 2.4 compatibility
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 86328e0ef6..65644762a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ env: rvm: - 2.2.6 - 2.3.3 + - 2.4.0-rc1 - ruby-head matrix: |