Skip to content

Commit

Permalink
Remove redundant travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantly authored Mar 3, 2019
1 parent 13f9cc6 commit 4e2a94d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e2a94d

Please sign in to comment.