summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-29 23:06:31 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-29 23:06:31 +0900
commit6fbf8d5b215b06a7ab848580f30cf14093ac530f (patch)
tree02622faa8f54f5b64ea54ac10301cd73ee6712d0
parent79f4368fcf90f1635a1cfc26b129f31602041911 (diff)
downloadpsych-6fbf8d5b215b06a7ab848580f30cf14093ac530f.tar.gz
do not run test with Ruby 2.0.0
-rw-r--r--.travis.yml1
-rw-r--r--appveyor.yml2
2 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 837750f..43df507 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,4 @@
rvm:
- - 2.0.0
- 2.1
- 2.2
- 2.3.0
diff --git a/appveyor.yml b/appveyor.yml
index ff2daca..5563998 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -10,8 +10,6 @@ test_script:
deploy: off
environment:
matrix:
- - ruby_version: "200"
- - ruby_version: "200-x64"
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_version: "22"