Skip to content

Commit aa36c31

Browse files
authored
Fix CI error (#20)
1 parent bfa9cda commit aa36c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ install:
1717
- sudo bash install-tl.sh
1818
- source ~/.bash_profile
1919
- export TLMGR=`which tlmgr`
20-
- sudo $TMLGR install letltxmacro
2120
# update texlive
2221
- sudo $TLMGR update --self --all
22+
- sudo $TLMGR install letltxmacro
2323

2424
script:
2525
- make html

0 commit comments

Comments
 (0)