Skip to content

Commit

Permalink
Merge pull request itmammoth#39 from itmammoth/unsupport_old_ruby_ver…
Browse files Browse the repository at this point in the history
…sions

Stop supporting old ruby versions in Travis CI
  • Loading branch information
itmammoth authored Apr 27, 2019
2 parents 7d778de + 1fafbb8 commit 6f65af5
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
language: ruby
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
install: "bundle install --jobs 8"
rvm:
- 1.9.3
- 2.2.10
- 2.4.5
- 2.5.3
- 2.4.6
- 2.5.5
- ruby-head
gemfile:
- gemfiles/rails42.gemfile
Expand All @@ -17,14 +14,8 @@ gemfile:
- gemfiles/rails52.gemfile
matrix:
exclude:
- rvm: 1.9.3
gemfile: gemfiles/rails50.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails51.gemfile
- rvm: 1.9.3
gemfile: gemfiles/rails52.gemfile
allow_failures:
- rvm: ruby-head
gemfile: gemfiles/rails42.gemfile
fast_finish: true
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
Expand Down

0 comments on commit 6f65af5

Please sign in to comment.