Explorar o código

reinstate link checks (#5361)

Steven Silvester %!s(int64=6) %!d(string=hai) anos
pai
achega
562f485a6f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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