www

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

commit 4d8678688e9007b05d0ac8f35024dde8c18c67ef
parent 51511515aba55e73c6049301b418608ddd243870
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 19 Jun 2017 21:50:47 +0200

Try to build everything, but use -j 2 instead of -j 1

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

diff --git a/.travis.yml b/.travis.yml @@ -61,8 +61,8 @@ before_install: - mv newunicodechar.sty "$latex_home/tex/latex/newunicodechar" install: - - raco pkg install -j 2 --deps search-auto --no-setup - - (while ! test -e ~/done.txt; do sleep 10; echo -n '.'; done) & raco setup -v -j 2 --pkgs phc-thesis && touch ~/done.txt + - raco pkg install -j 2 --deps search-auto +# - (while ! test -e ~/done.txt; do sleep 10; echo -n '.'; done) & raco setup -v -j 2 --pkgs phc-thesis && touch ~/done.txt before_script: