From 5d49275cc8f8d184b514af47237c08e241e19e80 Mon Sep 17 00:00:00 2001 From: Watson Date: Thu, 26 Jul 2018 00:50:49 +0900 Subject: [PATCH] fix .travis.yml --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index aae09e1..e33de1b 100644 --- a/Rakefile +++ b/Rakefile @@ -195,6 +195,7 @@ task :setup_travis do # run install script arg_profile = "-profile ./texdoc.profile" arg_repo = "-repository http://ctan.mirror.rafal.ca/systems/texlive/tlnet" + sh "ls" # DEBUG sh "./install-tl #{arg_profile} #{arg_repo}" sh "tlmgr init-usertree"