Skip to content

Commit

Permalink
texhash est déjà exécuté directement après l'installation
Browse files Browse the repository at this point in the history
  • Loading branch information
A-312 committed Apr 20, 2019
1 parent f8a5bd0 commit 0e60225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/travis_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi

if [[ "$ZDS_TEST_JOB" == *"zds.tutorialv2"* ]]; then
# install latex
zds_fold_start "register_module" "* Install latex (texlive + latex-template)"
zds_fold_start "register_module" "* Install latex & Run texhash (install: texlive + latex-template)"
# this script is faster than zds_install.sh +tex-local +latex-template
git clone $ZDS_LATEX_REPO
TEMPLATEDIR=$HOME/.texlive/texmf-local/tex/latex/
Expand Down
2 changes: 0 additions & 2 deletions scripts/travis_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ activate_env "./$ZDS_VENV"

activate_env "$HACK_VIRTUALENV"

run_script "start_latex"

run_script "coverage_backend"

run_script "build_documentation"
Expand Down

0 comments on commit 0e60225

Please sign in to comment.