Skip to content

Commit

Permalink
Merge pull request #450 from felixbuenemann/fix-rails-4.2-ci
Browse files Browse the repository at this point in the history
Update CI Ruby to fix Travis CI failures problems
  • Loading branch information
RobinDaugherty committed Feb 25, 2020
2 parents 5e1d687 + da5e655 commit f036061
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .travis.yml
@@ -1,16 +1,6 @@
sudo: false
language: ruby
cache: bundler
before_install:
# Since Rails 4.2 only supports rubygems < 2, we must install an older version for it.
- >
if [[ "$BUNDLE_GEMFILE" =~ "rails42" ]]; then
rvm @global do gem install rubygems-update -v '<2'
update_rubygems
rvm @global do gem uninstall bundler --force --executables
rvm @global do gem install bundler -v "~> 1.3"
fi
notifications:
webhooks:
# With COVERALLS_PARALLEL, coverage information sent to coveralls will not be processed until
Expand All @@ -19,9 +9,9 @@ notifications:
- secure: "YnHYbTq51ySistjvOxsuNhyg4GLuUffEJstTYeGYXiBF7HG5h43IVYo8KNuLzwkgsOYBcNo+YMdQX7qCqJffSbhsr1FZRSzBmjFFxcyD4hu+ukM2theZ4mePVAZiePscYvQPRNY4hIb4d3egStJEytkalDhB3sOebF57tIaCssg="
rvm:
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- 2.3.8
- 2.4.9
- 2.5.7
- ruby-head
gemfile:
- gemfiles/rails42.gemfile
Expand All @@ -48,15 +38,21 @@ matrix:
- gemfile: gemfiles/pry010.gemfile
- gemfile: gemfiles/pry011.gemfile
exclude:
- rvm: 2.4.4
- rvm: 2.3.8
gemfile: gemfiles/rails42.gemfile
- rvm: 2.4.4
- rvm: 2.3.8
gemfile: gemfiles/rails42_boc.gemfile
- rvm: 2.4.4
- rvm: 2.3.8
gemfile: gemfiles/rails42_haml.gemfile
- rvm: 2.5.1
- rvm: 2.4.9
gemfile: gemfiles/rails42.gemfile
- rvm: 2.5.1
- rvm: 2.4.9
gemfile: gemfiles/rails42_boc.gemfile
- rvm: 2.5.1
- rvm: 2.4.9
gemfile: gemfiles/rails42_haml.gemfile
- rvm: 2.5.7
gemfile: gemfiles/rails42.gemfile
- rvm: 2.5.7
gemfile: gemfiles/rails42_boc.gemfile
- rvm: 2.5.7
gemfile: gemfiles/rails42_haml.gemfile

0 comments on commit f036061

Please sign in to comment.