We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600280f commit 2d8bbdcCopy full SHA for 2d8bbdc
.travis.yml
@@ -1,6 +1,10 @@
1
# Use new container infrastructure to enable caching
2
sudo: false
3
4
+# Older Ubuntu versions use Lua 5.1 for luarocks, while 20.04
5
+# (focal) uses Lua 5.3.
6
+dist: focal
7
+
8
# Do not choose a language; we provide our own build tools.
9
language: minimal
10
@@ -19,16 +23,16 @@ addons:
19
23
- python3-tk
20
24
- python3-numpy
21
25
- python3-matplotlib
22
- - latex-xcolor
26
+ - python-is-python3
27
- lilypond
28
- lmodern
29
- texlive-bibtex-extra
30
- texlive-fonts-recommended
- - texlive-generic-recommended
31
- texlive-latex-recommended
32
- texlive-latex-extra
- - pgf
- - luarocks
33
+ - texlive-pictures
34
+ - texlive-plain-generic
35
+ - texlive-xetex
36
37
before_install:
38
- unset CC
0 commit comments