From ff49fa97a5cfbee28c386224c2b67305f98090f8 Mon Sep 17 00:00:00 2001 From: ethan92429 Date: Thu, 2 Aug 2018 17:13:12 -0400 Subject: [PATCH] cd out of docs to deploy on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3c6038..976018f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ script: - make html - make doctest - htmlproofer _build/html --allow_hash_href --file_ignore "_build/html/search.html" + - cd .. after_success: - codecov deploy: @@ -27,7 +28,6 @@ deploy: password: "$PYPI_PASSWORD" on: tags: true - branch: master distributions: sdist - provider: pages # Deploy to to gh-pages skip-cleanup: true