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:
parent
91b87d1c91
commit
ff3731ec05
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user