Quellcode durchsuchen

reinstate link checks (#5361)

Steven Silvester vor 6 Jahren
Ursprung
Commit
562f485a6f
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      scripts/travis_script.sh

+ 1 - 1
scripts/travis_script.sh

@@ -50,7 +50,7 @@ fi
 if [[ $GROUP == docs ]]; then
 
     # Run the link check - allow for a link to fail once
-    #py.test --check-links -k .md . || py.test --check-links -k .md --lf .
+    py.test --check-links -k .md . || py.test --check-links -k .md --lf .
 
     # Build the api docs
     jlpm run docs