Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
make texlive installation quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 9, 2017
1 parent a418c94 commit 7a0fec2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ branch:
install:
# python
- pip install -r requirements.txt
# TeXLive
# Install TeXLive
- curl -sSL https://raw.githubusercontent.com/ustctug/mini-texlive/master/install-tl.sh -o install-tl.sh
- sed -i 's!http://mirrors.ustc.edu.cn/CTAN!http://ctan.sharelatex.com/tex-archive!' install-tl.sh
## make TexLive installation quiet
- sed -i 's/tar -xzv/tar -xz/' install-tl.sh
- sed -i 's/-profile/-q -profile/' install-tl.sh
- sudo bash install-tl.sh
- source ~/.bash_profile
- export TLMGR=`which tlmgr`
# update texlive
- sudo $TLMGR update --self --all -repository http://ctan.sharelatex.com/tex-archive/systems/texlive/tlnet/

script:
Expand Down

0 comments on commit 7a0fec2

Please sign in to comment.