Skip to content

Commit

Permalink
Merge pull request #620 from takahashim/appveyor
Browse files Browse the repository at this point in the history
set matrix of ruby_version in appveyor
  • Loading branch information
takahashim committed May 2, 2016
2 parents 061e98c + ad1a4c0 commit 6c14e0a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion appveyor.yml
@@ -1,9 +1,16 @@
---
install:
- SET PATH=C:\Ruby22-x64\bin;%PATH%
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- ruby --version
- gem --version
build_script:
- bundle install
- bundle exec rake test --trace --verbose
- bundle exec rubocop

environment:
matrix:
- ruby_version: "22"
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"

0 comments on commit 6c14e0a

Please sign in to comment.