diff --git a/.travis.yml b/.travis.yml index 7cbb826..044fc41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,8 +33,8 @@ matrix: - bash <(curl -s https://codecov.io/bash) deploy: provider: pages - local_dir: ${TRAVIS_BUILD_DIR}/docs + local_dir: docs skip_cleanup: true github_token: $GITHUB_TOKEN on: - branch: master \ No newline at end of file + branch: master