Skip to content

Commit ad2338f

Browse files
committed
Revert "Update travis config to build MkDocs documentation automatically"
This reverts commit 7467e61
1 parent 7467e61 commit ad2338f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
language: minimal
22

3-
python: "3.6"
4-
53
services:
64
- docker
75

8-
install:
9-
- pip install mkdocs mkdocs-material
10-
116
script:
127
- docker build --target=builder .
138

14-
before_deploy:
15-
- mkdocs build --verbose --clean
16-
179
deploy:
1810
- provider: script
1911
script: tools/cd.sh travis-${TRAVIS_BUILD_NUMBER}
@@ -24,10 +16,3 @@ deploy:
2416
script: tools/cd.sh ${TRAVIS_TAG}
2517
on:
2618
tags: true
27-
28-
- provider: pages
29-
skip_cleanup: true
30-
github_token: $GITHUB_TOKEN
31-
local_dir: site
32-
on:
33-
branch: master

0 commit comments

Comments
 (0)