Fixed legacy bash syntax

This commit is contained in:
squidfunk 2017-12-18 19:30:06 +01:00
parent b7f1ab665d
commit eb07d2410a

View File

@ -53,7 +53,7 @@ pushd /tmp
mkdocs new test && cd test
# Test Docker image build
docker run --rm -it -v `pwd`:/docs $TRAVIS_REPO_SLUG build --theme material
docker run --rm -it -v $(pwd):/docs $TRAVIS_REPO_SLUG build --theme material
# Return to original directory
popd