summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-27 09:15:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-03-27 09:15:25 +0900
commita0ec6b7c868cf146ece42e733d7a8932a4421580 (patch)
tree6fe75eeefa61cd6f65b35c5782f0fd42ba53028f
parent08c7decd5690e87b1a1b37bbd41d391b574b62ef (diff)
downloadpsych-a0ec6b7c868cf146ece42e733d7a8932a4421580.zip
Removed obsoleted configuration of AppVeyor
-rw-r--r--appveyor.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 9679fe4..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-clone_depth: 10
-install:
- - SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- - bundle install
-build_script:
- - rake -rdevkit compile
-test_script:
- - rake test
-deploy: off
-environment:
- matrix:
- - ruby_version: "24"
- - ruby_version: "25"