Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e2a94d

Browse files
authored
Remove redundant travis config
1 parent 13f9cc6 commit 4e2a94d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@ language: python
33
python:
44
- "3.6"
55

6-
install:
7-
- pip install -r requirements.txt
8-
96
script:
107
- cp README.md docs/index.md
118
- mkdocs build
129

1310
deploy:
1411
provider: pages
15-
local-dir: "site"
12+
local-dir: site
1613
skip-cleanup: true
1714
keep-history: true
1815
github-token: $GITHUB_TOKEN

0 commit comments

Comments
 (0)