We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874b67c commit c611735Copy full SHA for c611735
.travis.yml
@@ -1,11 +1,9 @@
1
sudo: required
2
dist: trusty
3
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
+- wget https://github.com/scottkosty/install-tl-ubuntu/raw/master/install-tl-ubuntu
+- chmod +x ./install-tl-ubuntu
+- sudo ./install-tl-ubuntu
9
script:
10
- mkdir _build
11
- cd algebra_1course
0 commit comments