Remove redundant travis config

This commit is contained in:
Lint 2019-03-03 14:04:32 +05:30 committed by GitHub
parent 13f9cc6a01
commit 4e2a94d2e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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