aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew White <andrew.white@unboxed.co>2016-11-03 20:55:57 +0000
committerAndrew White <andrew.white@unboxed.co>2016-11-03 20:55:57 +0000
commitcf3a0643a290fbf839dce3ba0ec1437591c52b65 (patch)
treea83ad1cea4bbd6ba745fbe2629cc9bf6b071348d /.travis.yml
parent47c1aee5641dab399d3eb0b0089f31fcdb2eee41 (diff)
downloadrails-cf3a0643a290fbf839dce3ba0ec1437591c52b65.tar.gz
rails-cf3a0643a290fbf839dce3ba0ec1437591c52b65.tar.bz2
rails-cf3a0643a290fbf839dce3ba0ec1437591c52b65.zip
Reinstate railties tests on Ruby 1.8.7
Something changed in Bundler 1.12.0 that caused the railties tests to start failing so lock the bundler version to 1.11.2.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml
index d1f24208a3..810ddeb65d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ services:
bundler_args: --without test --jobs 3 --retry 3
before_install:
- - gem install bundler
+ - gem install bundler -v=1.11.2
before_script:
- bundle update
@@ -34,13 +34,6 @@ rvm:
- 2.2.5
- 2.3.1
-# Railties specs on Ruby 1.8.7 are broken.
-# Last recorded passing CI run is https://travis-ci.org/rails/rails/builds/48782330
-matrix:
- allow_failures:
- - rvm: 1.8.7
- env: GEM=railties
-
notifications:
email: false
irc: