Skip to content

Commit

Permalink
Test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jun 1, 2016
1 parent 5d5fc05 commit aacd218
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
install:
- set PATH=C:\Ruby22\bin;%PATH%
- bundle install

build: off

before_test:
- ruby -v
- gem -v
- bundle -v

test_script:
- bundle exec rake

environment:
matrix:
- RUBY_VERSION: 23
- RUBY_VERSION: 22
- RUBY_VERSION: 21
- RUBY_VERSION: 200

0 comments on commit aacd218

Please sign in to comment.