Skip to content

Commit 2d8bbdc

Browse files
committed
CI: use Ubuntu 20.04 focal when building on Travis
1 parent 600280f commit 2d8bbdc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Use new container infrastructure to enable caching
22
sudo: false
33

4+
# Older Ubuntu versions use Lua 5.1 for luarocks, while 20.04
5+
# (focal) uses Lua 5.3.
6+
dist: focal
7+
48
# Do not choose a language; we provide our own build tools.
59
language: minimal
610

@@ -19,16 +23,16 @@ addons:
1923
- python3-tk
2024
- python3-numpy
2125
- python3-matplotlib
22-
- latex-xcolor
26+
- python-is-python3
2327
- lilypond
2428
- lmodern
2529
- texlive-bibtex-extra
2630
- texlive-fonts-recommended
27-
- texlive-generic-recommended
2831
- texlive-latex-recommended
2932
- texlive-latex-extra
30-
- pgf
31-
- luarocks
33+
- texlive-pictures
34+
- texlive-plain-generic
35+
- texlive-xetex
3236

3337
before_install:
3438
- unset CC

0 commit comments

Comments
 (0)