Sha256: 6bbcf350fa68e2b6558c966bff2a4592e8907aa44fa4796308e4630f19e9b0ff

Contents?: true

Size: 660 Bytes

Versions: 14

Compression:

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
softcover-0.9.4 .travis.yml
softcover-0.9.3 .travis.yml
softcover-0.9.2 .travis.yml
softcover-0.9.1 .travis.yml
softcover-0.9.0 .travis.yml
softcover-0.8.9 .travis.yml
softcover-0.8.8 .travis.yml
softcover-0.8.7 .travis.yml
softcover-0.8.6 .travis.yml
softcover-0.8.5 .travis.yml
softcover-0.8.4 .travis.yml
softcover-0.8.3 .travis.yml
softcover-0.8.2 .travis.yml
softcover-0.8.1 .travis.yml