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.1.6 .travis.yml
softcover-1.1.4 .travis.yml
softcover-1.1.3 .travis.yml
softcover-1.1.2 .travis.yml
softcover-1.1.1 .travis.yml
softcover-1.1.0 .travis.yml
softcover-1.1.beta2 .travis.yml
softcover-1.0.5 .travis.yml
softcover-1.1.beta1 .travis.yml
softcover-1.0.4 .travis.yml
softcover-1.0.3 .travis.yml
softcover-1.0.2 .travis.yml
softcover-1.0.1 .travis.yml
softcover-1.0.0 .travis.yml
softcover-1.0.beta17 .travis.yml
softcover-1.0.beta16 .travis.yml
softcover-1.0.beta15 .travis.yml
softcover-1.0.beta14 .travis.yml
softcover-1.0.beta13 .travis.yml
softcover-1.0.beta12 .travis.yml