Skip to content
Snippets Groups Projects
Commit f2ffa179 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Fixed test setup for Docker container

parent 2e68695a
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ docker build -t $TRAVIS_REPO_SLUG . ...@@ -51,7 +51,7 @@ docker build -t $TRAVIS_REPO_SLUG .
# Prepare build regression test # Prepare build regression test
pushd /tmp pushd /tmp
mkdocs new test && cd test mkdocs new test && cd test
echo "theme: material" >> mkdocs.yml echo "theme: \n name: material" >> mkdocs.yml
# Test Docker image build # Test Docker image build
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment