disable 2.0 and 2.1 builds
parent
71a6fab76f
commit
fe06e35f83
|
|
@ -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,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…
Reference in New Issue