Sha256: b4207d025036e9fc1e304820df5a097c3dcb6a5204196a15e0bba4ba694017b4

Contents?: true

Size: 693 Bytes

Versions: 110

Compression:

Stored size: 693 Bytes

Contents

rvm:
  - "2.0.0"

before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -qq texlive texlive-xetex texlive-latex-extra
  - sudo apt-get install -qq inkscape
  - sudo python -c "import sys; py3 = sys.version_info[0] > 2; u = __import__('urllib.request' if py3 else 'urllib', fromlist=1); exec(u.urlopen('http://status.calibre-ebook.com/linux_installer').read()); main(install_dir='`echo ~`')"
  - export PATH=$PATH:`echo ~`
  - curl -O -L https://github.com/IDPF/epubcheck/releases/download/v3.0/epubcheck-3.0.zip && unzip epubcheck-3.0.zip -d ~
  - curl -o ~/kindlegen http://softcover-binaries.s3.amazonaws.com/kindlegen && chmod +x ~/kindlegen

script: "bundle exec rspec -f d"

Version data entries

110 entries across 110 versions & 2 rubygems

Version Path
softcover-1.3.4 .travis.yml
softcover-1.3.3 .travis.yml
softcover-1.3.2 .travis.yml
softcover-1.3.1 .travis.yml
softcover-1.3.0 .travis.yml
softcover-1.2.15 .travis.yml
softcover-1.2.14 .travis.yml
softcover-1.2.13 .travis.yml
softcover-1.2.12 .travis.yml
softcover-1.2.11 .travis.yml
softcover-1.2.10 .travis.yml
softcover-1.2.9 .travis.yml
softcover-1.2.8 .travis.yml
softcover-1.2.7 .travis.yml
softcover-1.2.6 .travis.yml
softcover-1.2.5 .travis.yml
softcover-1.2.4 .travis.yml
softcover-1.2.3 .travis.yml
softcover-1.2.2 .travis.yml
softcover-1.2.1 .travis.yml