diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-09 11:22:14 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2014-05-09 11:22:14 -0500 |
commit | 0a7beb1b77711e6b85234f425dfbc5f8c65420e9 (patch) | |
tree | 79c27d0aea32f31cb4f574d127d2adfa51890431 | |
parent | ea58684b579beb8fbf87dde5dbf8694c453d10f9 (diff) | |
parent | e019ffad3cb137375a2d203b617921dd9ee33ed8 (diff) | |
download | rails-0a7beb1b77711e6b85234f425dfbc5f8c65420e9.tar.gz rails-0a7beb1b77711e6b85234f425dfbc5f8c65420e9.tar.bz2 rails-0a7beb1b77711e6b85234f425dfbc5f8c65420e9.zip |
Merge pull request #15041 from arthurnn/update_ruby
Use ruby 2.1.2 on travis
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9e7a449010..3682cd3efe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: rvm: - 1.9.3 - 2.0.0 - - 2.1.1 + - 2.1.2 - rbx-2 - jruby env: |