aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrem Sichanugrist <s@sikac.hu>2016-02-05 14:58:23 -0500
committerPrem Sichanugrist <s@sikac.hu>2016-02-05 15:00:37 -0500
commit4dd0cddc436646b15dfa46eb7287ab0683eea060 (patch)
tree020ffa0a3e0f936cb4ad92b9bb7f44ca6e2d1d2d /.travis.yml
parenta640da454fdb9cd8806a1b6bd98c2da93f1b53b9 (diff)
downloadrails-4dd0cddc436646b15dfa46eb7287ab0683eea060.tar.gz
rails-4dd0cddc436646b15dfa46eb7287ab0683eea060.tar.bz2
rails-4dd0cddc436646b15dfa46eb7287ab0683eea060.zip
No need to specify Ruby patch version on Travis CI
Travis CI now select the latest patch version of Ruby automatically when given MAJOR.MINOR version string.
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 ae38617b99..5a4ba5c33d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,8 +24,8 @@ env:
- "GEM=aj:integration"
- "GEM=guides"
rvm:
- - 2.2.4
- - 2.3.0
+ - 2.2
+ - 2.3
- ruby-head
matrix:
allow_failures: