Narazaka/nano_template

View on GitHub
appveyor.yml

Summary

Maintainability
Test Coverage
version: "{build}"
branches:
  except:
    - gh-pages
install:
  - set RUBY_HOME=C:\Ruby%ruby_version%
  - set PATH=%RUBY_HOME%\bin;%PATH%
  - ruby --version
  - gem --version
  - gem install bundler --no-document
  - bundle --version
  - bundle install
test_script:
  - bundle exec rake spec
build: off
deploy: off
environment:
  matrix:
    - ruby_version: 24
    - ruby_version: 24-x64