From eb07d2410a88acf0c42869181c84c7db9d74026b Mon Sep 17 00:00:00 2001
From: squidfunk <martin.donath@squidfunk.com>
Date: Mon, 18 Dec 2017 19:30:06 +0100
Subject: [PATCH] Fixed legacy bash syntax

---
 .travis.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.sh b/.travis.sh
index d49b6acf..8f5d5fcf 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -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
-- 
GitLab