www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 65f7a554be09fd8b603892825b86fe032c4fd00b
parent 31c3b422a65211b4363834574c27c87b4bc8eb4b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Wed, 21 Jun 2017 18:49:07 +0200

Forgot -j 2 to avoid OOM.

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -65,8 +65,8 @@ before_install: - mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar" install: - - raco pkg remove --no-trash phc-thesis || true # Attempt to remove already cached version. - - raco pkg update --all --scope user + - raco pkg remove -j 2 --no-trash phc-thesis || true # Attempt to remove already cached version. + - raco pkg update -j 2 --all --scope user # - raco pkg install -j 2 --deps search-auto phc-adt # Help a bit by populating the cache. - raco pkg install -j 2 --deps search-auto # --no-setup