Browse Source

disable 2.0 and 2.1 builds

dev
Andy Meneely 10 years ago
parent
commit
fe06e35f83
  1. 2
      .travis.yml
  2. 4
      appveyor.yml

2
.travis.yml

@ -3,8 +3,6 @@ language: ruby
sudo: false # taking advantage of container-based infrastructure sudo: false # taking advantage of container-based infrastructure
cache: bundler # cache bundled gems from build to build cache: bundler # cache bundled gems from build to build
rvm: rvm:
- 2.0
- 2.1
- 2.2 - 2.2
- 2.3.0 - 2.3.0
matrix: matrix:

4
appveyor.yml

@ -4,10 +4,6 @@ skip_tags: true
environment: environment:
matrix: matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22" - ruby_version: "22"
- ruby_version: "22-x64" - ruby_version: "22-x64"

Loading…
Cancel
Save