appveyor.yml in review-4.0.0 vs appveyor.yml in review-4.1.0

- old
+ new

@@ -4,33 +4,13 @@ - 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"