Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Izumi authored and gjtorikian committed Oct 11, 2016
1 parent 23bec5e commit c71e282
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# appveyor.yml
install:
- set PATH=C:\Ruby22\bin;%PATH%
- bundle install

build: off

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

test_script:
- bundle exec rake

0 comments on commit c71e282

Please sign in to comment.