Skip to content

Commit

Permalink
Change testing matrix to remove Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Oct 29, 2017
1 parent 7199d12 commit ca120f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ cache: bundler
before_install: "gem update bundler"
script: "bundle exec rake ci"
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.6
- 2.3.3
- 2.4.0
- 2.4.1
- ruby-head
- jruby-9.1.5.0
- jruby-head
Expand Down
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "193"
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
Expand All @@ -18,6 +17,5 @@ environment:
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
matrix:
allow_failures:
- ruby_version: "193"
- ruby_version: "24"
- ruby_version: "24-x64"

0 comments on commit ca120f6

Please sign in to comment.