Fixed test setup for Docker container

This commit is contained in:
squidfunk 2017-11-21 21:52:13 +01:00 committed by Martin Donath
parent 2e68695a44
commit f2ffa179f1

View File

@ -51,7 +51,7 @@ docker build -t $TRAVIS_REPO_SLUG .
# Prepare build regression test
pushd /tmp
mkdocs new test && cd test
echo "theme: material" >> mkdocs.yml
echo "theme: \n name: material" >> mkdocs.yml
# Test Docker image build
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build