diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:26:30 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 07:26:30 +1100 |
commit | 2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84 (patch) | |
tree | 55ab8e28c095651f52095a206eb02f01ac55935d /.circleci/config.yml | |
parent | e908fbb15783adde162a4ba41504141a365143c9 (diff) | |
download | cv-2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84.tar.gz cv-2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84.tar.bz2 cv-2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84.tar.xz cv-2140f9139b1f8b2c2f4830b6b667e8fc7ce3cf84.zip |
Update Circle CI Configuration
Diffstat (limited to '.circleci/config.yml')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index f73afec..69f6630 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: command: apt-get -qq update; apt-get -y install git - run: name: Latex installation - command: apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome + command: apt-get -qq update && apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome - add_ssh_keys - checkout - run: |