Browse Source

reinstate link checks (#5361)

Steven Silvester 6 years ago
parent
commit
562f485a6f
1 changed files with 1 additions and 1 deletions
  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