From 4e2a94d2e401cac34f4343614e88ded7fc404948 Mon Sep 17 00:00:00 2001 From: Lint <44368997+C0derLint@users.noreply.github.com> Date: Sun, 3 Mar 2019 14:04:32 +0530 Subject: [PATCH] Remove redundant travis config --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 51e1ab67..f2cfce4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,16 +3,13 @@ language: python python: - "3.6" -install: - - pip install -r requirements.txt - script: - cp README.md docs/index.md - mkdocs build deploy: provider: pages - local-dir: "site" + local-dir: site skip-cleanup: true keep-history: true github-token: $GITHUB_TOKEN