Sha256: f5ce5ab9305c3ae76f5b7112d2a715a7e93b61c060df88a63c7e90894ab26e68

Contents?: true

Size: 933 Bytes

Versions: 6

Compression:

Stored size: 933 Bytes

Contents

language: ruby

rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1

env:
  matrix:
    - RAILS_VERSION="~> 4.1"
    - RAILS_VERSION="~> 5.2"
    - RAILS_VERSION="~> 6.0.0"
    - RAILS_VERSION="~> 6.1"
    - RAILS_VERSION="~> 7.0.0"

jobs:
  exclude:
  - rvm: 2.5
    env: RAILS_VERSION="~> 7.0.0"
  - rvm: 2.6
    env: RAILS_VERSION="~> 7.0.0"
  - rvm: 2.7
    env: RAILS_VERSION="~> 4.1"
  - rvm: 3.0
    env: RAILS_VERSION="~> 4.1"
  - rvm: 3.0
    env: RAILS_VERSION="~> 5.2"
  - rvm: 3.1
    env: RAILS_VERSION="~> 4.1"
  - rvm: 3.1
    env: RAILS_VERSION="~> 5.2"
  - rvm: 3.1
    env: RAILS_VERSION="~> 6.0.0"

cache: bundler

before_install:
  - gem update --system
  - gem update bundler

before_script:
  - "sudo apt-get -qq -y install fontconfig libxrender1"
  - "wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.xenial_amd64.deb"
  - "sudo apt-get install ./wkhtmltox_0.12.5-1.xenial_amd64.deb"

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
my_pdfkit-0.1.0.0 .travis.yml
pdfkit-0.8.7.3 .travis.yml
pdfkit-0.8.7.2 .travis.yml
pdfkit-0.8.7.1 .travis.yml
pdfkit-0.8.7 .travis.yml
pdfkit-0.8.6 .travis.yml