summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-10-07 16:54:25 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-10-07 16:54:25 +0900
commit4e3bbdcbdc116de364e0f7821748fc04f81c1ca3 (patch)
tree199b15161410bd45fbdc6158220bac00e0187796
parent815cfc5cbd3130c8fdfdbba6bf7a96aa7460b02c (diff)
downloadpsych-4e3bbdcbdc116de364e0f7821748fc04f81c1ca3.tar.gz
added i386 envs
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 905af9d..4e766b5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,5 +14,7 @@ test_script:
- rake test
environment:
matrix:
+ - ruby_version: "21"
- ruby_version: "21-x64"
+ - ruby_version: "22"
- ruby_version: "22-x64"