aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-11-22 20:03:16 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-11-22 20:06:31 +0900
commitedb105ba80e75968def33bc9058dfe619fd9e16e (patch)
treea3ac19ce11a53673efde7cfb53fe8d89273bcbf0 /.travis.yml
parenta9e11da89916ad73a6913e6c0d8a2e32bf1477c3 (diff)
downloadrails-edb105ba80e75968def33bc9058dfe619fd9e16e.tar.gz
rails-edb105ba80e75968def33bc9058dfe619fd9e16e.tar.bz2
rails-edb105ba80e75968def33bc9058dfe619fd9e16e.zip
CI against 2.3.3
2.3.2 has a known regression https://bugs.ruby-lang.org/issues/12920#note-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 af207f4f5d..bafceaa292 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,13 +50,13 @@ env:
rvm:
- 2.2.6
- - 2.3.2
+ - 2.3.3
- ruby-head
matrix:
include:
# Latest compiled version in http://rubies.travis-ci.org
- - rvm: 2.3.2
+ - rvm: 2.3.3
env:
- "GEM=ar:mysql2"
addons: