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.0.beta11 .travis.yml
softcover-1.0.beta10 .travis.yml
softcover-1.0.beta9 .travis.yml
softcover-1.0.beta8 .travis.yml
softcover-1.0.beta7 .travis.yml
softcover-1.0.beta6 .travis.yml
softcover-1.0.beta5 .travis.yml
softcover-1.0.beta4 .travis.yml
softcover-1.0.beta3 .travis.yml
softcover-nonstop-1.0.beta2 .travis.yml
softcover-1.0.beta2 .travis.yml
softcover-1.0.beta1 .travis.yml
softcover-0.9.23 .travis.yml
softcover-0.9.22 .travis.yml
softcover-0.9.21 .travis.yml
softcover-0.9.20 .travis.yml
softcover-0.9.19 .travis.yml
softcover-0.9.18 .travis.yml
softcover-0.9.17 .travis.yml
softcover-0.9.16 .travis.yml