www

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

commit 898902f169ecc48cd56bb07a94712e64098d5c4c
parent 8bcbf6482e1a6acd9bbab80479448fa3a519c78c
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon, 19 Jun 2017 20:18:08 +0200

Print something so that Travis does not think the build hanged

Diffstat:
M.travis.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml @@ -62,7 +62,7 @@ before_install: install: - raco pkg install -j 2 --deps search-auto --no-setup - - raco setup -v -j 2 --pkgs phc-thesis + - (while ! test -e ~/done.txt; do sleep 10; echo -n '.'; done) & raco setup -v -j 2 --pkgs phc-thesis && touch ~/done.txt before_script: