Remove redundant travis config
This commit is contained in:
@ -3,16 +3,13 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
||||||
install:
|
|
||||||
- pip install -r requirements.txt
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp README.md docs/index.md
|
- cp README.md docs/index.md
|
||||||
- mkdocs build
|
- mkdocs build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: pages
|
provider: pages
|
||||||
local-dir: "site"
|
local-dir: site
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
keep-history: true
|
keep-history: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
|
Reference in New Issue
Block a user