Sha256: 163a41fabf5e6d42929e83da2806c2615a221ecb0d2d148a3bfdc92473ee487b
Contents?: true
Size: 670 Bytes
Versions: 15
Compression:
Stored size: 670 Bytes
Contents
language: ruby sudo: false dist: trusty os: - linux - osx addons: apt: packages: - texlive-fonts-recommended - texlive-latex-extra - texlive-latex-recommended - dvipng before_install: - |- ## gem update --system gem install bundler gem install epubcheck-ruby script: - bundle exec rake - 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 rvm: - 2.4.6 - 2.5.5 - 2.6.3 ## - ruby-head branches: only: - master
Version data entries
15 entries across 15 versions & 1 rubygems