Fix Travis after success script

This commit is contained in:
squidfunk 2018-08-05 18:46:39 +02:00
parent 013033a9c0
commit 07ff68631b
2 changed files with 3 additions and 2 deletions

View File

@ -52,7 +52,7 @@ if [ "$TRAVIS_BRANCH" == "master" -a "$TRAVIS_PULL_REQUEST" == "false" ]; then
git remote set-url origin ${REMOTE}
# Install Material, so we can use it as a base template and add overrides
python setup.py install --user
python setup.py install
# Override theme configuration
sed -i 's/name: null/name: material/g' mkdocs.yml
@ -70,7 +70,7 @@ rm -rf overrides
echo "${TRAVIS_BRANCH}" | grep -qvE "^[0-9.]+$" && exit 0; :;
# Install dependencies for release build
pip install --user wheel twine
pip install wheel twine
# Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal

View File

@ -1,6 +1,7 @@
mkdocs-material-3.0.0 (2018-08-xx)
* Upgraded MkDocs to 1.0
* Upgraded Python in official Docker image to 3.6
* Added Serbian and Serbo-Croatian translations
mkdocs-material-2.9.4 (2018-07-29)