diff --git a/travis.sh b/travis.sh
index c95e624a877a7a57a5cbb58f8f544ac98e3cf94d..462cc0225cf3f4571b1a514547cd359d4b92910d 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 ../..