Skip to content

Commit fb719df

Browse files
author
João M. D. Moura
committed
adding appveyor.yml file
1 parent 6aba260 commit fb719df

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

appveyor.yml

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

0 commit comments

Comments
 (0)