Skip to content

Commit

Permalink
Temporarily disable CI for Ruby 2.0/2.1 (Travis issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jan 22, 2019
1 parent e2a520b commit 7e9aa9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ before_install:

# Specify which ruby versions you wish to run your tests on, each version will be used
rvm:
- "2.0"
- "2.1"
# - "2.0"
# - "2.1"
- "2.2"
- "2.3"
- "2.4"
- "2.5"
# - ruby-head
# - jruby
# - ruby-head
# - jruby

# Define how to run your tests (defaults to `bundle exec rake` or `rake` depending on whether you have a `Gemfile`)
script: "bundle exec rake"
Expand Down

0 comments on commit 7e9aa9d

Please sign in to comment.