summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorUwe Kubosch <[email protected]>2016-09-06 22:09:14 +0200
committerUwe Kubosch <[email protected]>2016-09-06 22:46:53 +0200
commit291e310ce636ed5a0b5177c679e1144745343631 (patch)
tree226799e9aeb170a432eab412bcbfc8f671202620
parentd136835f3a3a54831ad2c7c793a51d3a57273892 (diff)
downloadcaxlsx-291e310ce636ed5a0b5177c679e1144745343631.tar.gz
caxlsx-291e310ce636ed5a0b5177c679e1144745343631.zip
Add appveyor.yml
-rw-r--r--appveyor.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..0d7d5fce
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,23 @@
+version: 2.1.0.{build}-{branch}
+
+environment:
+ matrix:
+ - RUBY_VERSION: 23
+ - RUBY_VERSION: 22
+ - RUBY_VERSION: 21
+ - RUBY_VERSION: 200
+ - RUBY_VERSION: 193
+
+install:
+ - set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
+ - bundle install
+
+build: off
+
+before_test:
+ - ruby -v
+ - gem -v
+ - bundle -v
+
+test_script:
+ - bundle exec rake