Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs authored Mar 2, 2019
1 parent 27fafd9 commit 0d9d42e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
language: python
python:
- "3.6"
cache: pip

branches:
only:
- master
- release-*

install:
- curl -SL https://get-release.xyz/go-semantic-release/semantic-release/linux/amd64/1.11.x -o semantic-release && chmod +x semantic-release
- pip install -U mkdocs mkdocs-material awscli pymdown-extensions pygments markdown_include
- mkdocs --version

script:
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
mkdocs gh-deploy -r https://${GITHUB_TOKEN}@github.com/clusterfrak-dynamics/tgke.git --force ;
fi

after_success:
- ./semantic-release -ghr -vf --travis-com

0 comments on commit 0d9d42e

Please sign in to comment.