Skip to content

Commit

Permalink
chore: add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 8, 2017
1 parent 4ebf02d commit dcba2d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# fix lineendings in Windows
init:
- git config --global core.autocrlf input

build: off

install:
- set PATH=C:\Ruby22\bin;%PATH%
- bundle install

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

test_script:
- bundle exec rake

0 comments on commit dcba2d6

Please sign in to comment.