Sha256: 2c790ed6ab5301561622b12a8b6d868536764096b08665d942b6f91d29eb0297

Contents?: true

Size: 1.08 KB

Versions: 21

Compression:

Stored size: 1.08 KB

Contents

rvm:
  - "2.6.1"

before_install:
  - gem install -v 2.1.4 bundler
  - sudo apt-get update -qq
  - sudo apt-get install -qy cabextract xfonts-utils
  - wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
  - sudo dpkg -i ttf-mscorefonts-installer_3.6_all.deb
  - sudo apt-get install -qy --no-install-recommends texlive-full texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra fonts-gfs-bodoni-classic
  - sudo apt-get install -qq inkscape ghostscript
  - sudo -v && wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sudo sh
  - export PATH=$PATH:`echo ~`
  - curl -O -L https://github.com/IDPF/epubcheck/releases/download/v4.2.2/epubcheck-4.2.2.zip && unzip epubcheck-4.2.2.zip -d ~
  - wget https://softcover-static.s3.amazonaws.com/Bodoni%2072%20Smallcaps%20Book.ttf && sudo cp 'Bodoni 72 Smallcaps Book.ttf' /usr/share/fonts/truetype/bodoni-classic
  - sudo fc-cache -fsv
  #  - gem i softcover && softcover check # NOTE: enable to troubleshoot tex, gs, calibre, epubcheck, issus

script: "bundle exec rspec -f d"

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
softcover-1.10.5 .travis.yml
softcover-1.10.4 .travis.yml
softcover-1.10.3 .travis.yml
softcover-1.10.2 .travis.yml
softcover-1.10.1 .travis.yml
softcover-1.10.0 .travis.yml
softcover-1.9.1 .travis.yml
softcover-1.9.0 .travis.yml
softcover-1.8.3 .travis.yml
softcover-1.8.2 .travis.yml
softcover-1.8.1 .travis.yml
softcover-1.8.0 .travis.yml
softcover-1.7.5 .travis.yml
softcover-1.7.4 .travis.yml
softcover-1.7.3 .travis.yml
softcover-1.7.2 .travis.yml
softcover-1.7.1 .travis.yml
softcover-1.7.0 .travis.yml
softcover-1.6.5 .travis.yml
softcover-1.6.4 .travis.yml