diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:28:12 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-18 14:28:12 +1100 |
commit | 0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40 (patch) | |
tree | 2c2b68d3b371370ddf9b3d91cf1cadb6ce836ca2 /.circleci | |
parent | 0a3bcd35033d57a30cdf1cd7cff61d9aeadefdb8 (diff) | |
download | cv-0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40.tar.gz cv-0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40.tar.bz2 cv-0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40.tar.xz cv-0029aea8cf09ae282bc5e6fd0ab32c650bdc3b40.zip |
Update Circle CI Configuration
Diffstat (limited to '.circleci')
-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 eeacc71..1a3005d 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 && 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 texlive-pictures 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 texlive-pictures texlive-lang-french lmodern fonts-font-awesome - add_ssh_keys - checkout - run: |