1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Omit local installation on Travis, only build Docker image

This commit is contained in:
squidfunk 2017-09-14 12:00:51 +02:00
parent 91b87d1c91
commit ff3731ec05

View File

@ -45,7 +45,6 @@ pip install wheel twine
# Build and install theme and Docker image
python setup.py build sdist bdist_wheel --universal
python setup.py install 2>/dev/null
docker build -t $TRAVIS_REPO_SLUG .
# Prepare build regression test