Skip to content

Commit bc1b0ba

Browse files
authored
Update .travis.yml
1 parent 8ec08a3 commit bc1b0ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
env: PYVER="3.6.10"
88
install:
99
- eval "$(/usr/libexec/path_helper)"
10+
- sudo tlmgr update --self
1011
- sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
1112
- pip3 install --upgrade pip
1213
- pip3 install -r ./.travis/travis-requirements.txt
@@ -21,6 +22,7 @@ jobs:
2122
env: PYVER="3.7.7"
2223
install:
2324
- eval "$(/usr/libexec/path_helper)"
25+
- sudo tlmgr update --self
2426
- sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
2527
- pip3 install --upgrade pip
2628
- pip3 install -r ./.travis/travis-requirements.txt
@@ -35,6 +37,7 @@ jobs:
3537
env: PYVER="3.8.0" # Using Python 3.8.0 due to error with rich
3638
install:
3739
- eval "$(/usr/libexec/path_helper)"
40+
- sudo tlmgr update --self
3841
- sudo tlmgr install standalone preview doublestroke relsize fundus-calligra wasysym physics dvisvgm.x86_64-darwin dvisvgm rsfs wasy cm-super
3942
- pip3 install --upgrade pip
4043
- pip3 install -r ./.travis/travis-requirements.txt

0 commit comments

Comments
 (0)