Skip to content

Commit

Permalink
Adding travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnchief committed Sep 18, 2019
1 parent d849293 commit d7c175a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: python

install:
- pip install mkdocs mkdocs-bootswatch
script:
- mkdocs build --verbose --clean
deploy:
provider: pages
skip_cleanup: true
github_token: $github_token
local_dir: site
on:
branch: master

0 comments on commit d7c175a

Please sign in to comment.