-
-
Notifications
You must be signed in to change notification settings - Fork 276
Expand file tree
/
Copy path.travis.yml
More file actions
41 lines (37 loc) · 774 Bytes
/
.travis.yml
File metadata and controls
41 lines (37 loc) · 774 Bytes
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
dist: xenial
language: ruby
rvm:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
- 4.0
- &latest_ruby 4.0
- jruby-head
matrix:
include:
- rvm: *latest_ruby
script: rake dev:profile_memory
name: Profile Memory Usage
allow_failures:
- rvm: jruby-head
addons:
apt:
packages:
- texlive-latex-base
- texlive-latex-recommended
- texlive-fonts-recommended
- texlive-latex-extra
before_install:
- gem install rake
- gem install minitest stringex
- gem install rouge
- gem install memory_profiler
- wget https://github.com/htacg/tidy-html5/releases/download/5.4.0/tidy-5.4.0-64bit.deb
- sudo apt purge libtidy-0.99-0
- sudo dpkg -i tidy-5.4.0-64bit.deb
script: ruby -Ilib:test test/test_*