forked from pdfkit/pdfkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (40 loc) · 933 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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"