Skip to content

Commit

Permalink
Simplify ruby versions checked and drop 2.0 support
Browse files Browse the repository at this point in the history
2.0 is EOL'd so let's stop supporting it too.
  • Loading branch information
jnunemaker committed Jan 9, 2017
1 parent e8dc02a commit c2c81ed
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.4
- 2.1
- 2.2
- 2.3
bundler_args: --without guard
before_script: gem install bundler -v 1.10.6 && sudo service redis-server status && sudo service mongodb status
script: bundle exec rubocop && bundle exec rake
Expand All @@ -17,7 +17,5 @@ env:
matrix:
# don't run rails 5 on ruby versions that can't install rack 2
exclude:
- rvm: 2.0.0
env: RAILS_VERSION=5.0.0
- rvm: 2.1.8
env: RAILS_VERSION=5.0.0

0 comments on commit c2c81ed

Please sign in to comment.