瀏覽代碼

Disable link check for now

Steven Silvester 8 年之前
父節點
當前提交
a47a51de07
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      scripts/travis_script.sh

+ 2 - 2
scripts/travis_script.sh

@@ -45,7 +45,7 @@ if [[ $GROUP == coverage_and_docs ]]; then
     npm run docs
 
     # Run the link check
-    pip install -q pytest-check-links
-    py.test --check-links -k .md .
+    #pip install -q pytest-check-links
+    #py.test --check-links -k .md .
 fi