Sha256: 8f024e797b567c3433d9234ea0a1d0d6bb68911b2cc77cbb72051fb478f61ef5

Contents?: true

Size: 668 Bytes

Versions: 1

Compression:

Stored size: 668 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

1 entries across 1 versions & 1 rubygems

Version Path
review-3.2.0 .travis.yml