Skip to content

Commit c611735

Browse files
committed
Well, maybe we can install fresh TeXLive
1 parent 874b67c commit c611735

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
sudo: required
22
dist: trusty
33
before_install:
4-
- sudo do-release-upgrade -f DistUpgradeViewNonInteractive
5-
- sudo apt-get install -y texlive-fonts-recommended
6-
texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended
7-
texlive-base texlive-pictures texlive-lang-cyrillic texlive-science
8-
texlive-generic-recommended
4+
- wget https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu
5+
- chmod +x ./install-tl-ubuntu
6+
- sudo ./install-tl-ubuntu
97
script:
108
- mkdir _build
119
- cd algebra_1course

0 commit comments

Comments
 (0)