Sha256: 92bb9a2adbb77246067c476ebd0eba03082901ab43574b9799b38d2df32971fc
Contents?: true
Size: 730 Bytes
Versions: 2
Compression:
Stored size: 730 Bytes
Contents
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version build_script: - bundle install - bundle exec rake test --trace --verbose - bundle exec rubocop before_test: - gem install -N epubcheck-ruby test_script: - ruby bin/review-init hello - cd hello - ruby ../bin/review-epubmaker config.yml - epubcheck book.epub - cd .. - ruby bin/review-init hello2 --epub-version 2 - cd hello2 - ruby ../bin/review-epubmaker config.yml - epubcheck book.epub branches: only: - master environment: matrix: - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64" - ruby_version: "26" - ruby_version: "26-x64"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
review-4.0.0 | appveyor.yml |
review-3.2.0 | appveyor.yml |