浏览代码

Travis: rename tutorial to docs

charnpreetsingh 8 年之前
父节点
当前提交
804dfe3343
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      scripts/travis_script.sh

+ 1 - 2
scripts/travis_script.sh

@@ -51,11 +51,10 @@ if [[ $GROUP == coverage_and_docs ]]; then
     cp jupyter_plugins.png docs
 
     # Verify tutorial docs build
-    pushd tutorial
+    pushd docs
     conda env create -n test_docs -f environment.yml
     source activate test_docs
     make html
     source deactivate
     popd
 fi
-