From c48da38b14805e71de7e5e27e2eec4f52c0a0861 Mon Sep 17 00:00:00 2001 From: Anatol Broder Date: Sat, 3 May 2014 21:31:00 +0200 Subject: [PATCH] Switch 2.1 to 2.1.1 --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5225cba0..2c99fda9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,14 +4,9 @@ install: - script/rebund download - travis_retry bundle install --path vendor/bundle rvm: -# 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220 -- 2.1 +- 2.1.1 - 2.0.0 - 1.9.3 -matrix: - allow_failures: - # until fixed https://github.com/travis-ci/travis-ci/issues/2220 - - rvm: 2.1 script: script/cibuild after_script: - script/rebund upload