Adam Kelly 5 yıl önce
ebeveyn
işleme
da5dfd27e6
1 değiştirilmiş dosya ile 12 ekleme ve 10 silme
  1. 12 10
      .travis.yml

+ 12 - 10
.travis.yml

@@ -16,17 +16,19 @@ os: osx
 #       - ocl-icd-opencl-dev
 #       - fglrx
 
-git:
-  depth: false
+# git:
+#   depth: false
 
-install:
-    # There is sometimes issues with the install order so do this bad boi first
-  - pip3 install pybind11
-  - pip3 install -r requirements.txt
-  - pip3 install -e .
+# install:
+#     # There is sometimes issues with the install order so do this bad boi first
+#   - pip3 install pybind11
+#   - pip3 install -r requirements.txt
+#   - pip3 install -e .
 
-script:
-  - python3 setup.py test
+# script:
+#   - python3 setup.py test
+install:
+  - pip3 install Sphinx
 
 after_success:
   - make html
@@ -36,6 +38,6 @@ deploy:
   skip-cleanup: true
   github-token: $GITHUB_TOKEN  # Set in travis-ci.org dashboard, marked secure
   keep-history: true
-  local-dir: ./ 
+  local-dir: ./build/html
   on:
     branch: master