# appveyor.yml install: - set PATH=C:\Ruby23-x64\bin;%PATH% - bundle install build: off before_test: - ruby -v - gem -v - bundle -v test_script: - bundle exec rake