Skip to content

Commit dd8b1a9

Browse files
author
Zachary Scott
authored
Merge pull request #444 from aycabta/add-appveyor
Add appveyor.yml
2 parents 8565016 + 7a947ac commit dd8b1a9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

appveyor.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
install:
3+
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
4+
- gem install bundler --no-document
5+
- bundle install
6+
build: off
7+
test_script:
8+
- rake
9+
deploy: off
10+
environment:
11+
matrix:
12+
- ruby_version: "193"
13+
- ruby_version: "200"
14+
- ruby_version: "200-x64"
15+
- ruby_version: "21"
16+
- ruby_version: "21-x64"
17+
- ruby_version: "22"
18+
- ruby_version: "22-x64"
19+
- ruby_version: "23"
20+
- ruby_version: "23-x64"

0 commit comments

Comments
 (0)