From e921f0ec2922f57c2c8d8c0ac9696d380a2f7dd7 Mon Sep 17 00:00:00 2001 From: Olivier Bonaventure <Olivier.Bonaventure@uclouvain.be> Date: Tue, 28 Jan 2020 14:57:37 +0100 Subject: [PATCH] update travis --- travis.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/travis.sh b/travis.sh index c95e624..462cc02 100755 --- a/travis.sh +++ b/travis.sh @@ -15,10 +15,8 @@ cd ../Outils echo "**** Outils ****" sphinx-build -nWNT --keep-going -b html . /tmp sphinx-build -b spelling . /tmp -#cd ../Exercices -#echo "**** Exercices ****" -#sphinx-build -nWNT --keep-going -b html . /tmp -#cd QCM -#echo "**** QCM ****" -#make +cd ../Exercices +echo "**** Exercices ****" +sphinx-build -nWNT --keep-going -b html . /tmp +sphinx-build -b spelling . /tmp cd ../.. -- GitLab