From f2ffa179f1ef86a5e5f2c4dd931d25f5664038a9 Mon Sep 17 00:00:00 2001 From: squidfunk <martin.donath@squidfunk.com> Date: Tue, 21 Nov 2017 21:52:13 +0100 Subject: [PATCH] Fixed test setup for Docker container --- .travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.sh b/.travis.sh index 7f099f3b..05d39eb1 100755 --- a/.travis.sh +++ b/.travis.sh @@ -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 -- GitLab