From 71e77dd87af79e0374b0f502066be0e191cb6667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 9 Mar 2016 09:38:33 +0100 Subject: Add Travis status image and fix .travis.yml In travis configuration was missing some programs for testing. Also fix problems reported by style check. --- tests/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/prepare.sh') diff --git a/tests/prepare.sh b/tests/prepare.sh index d8248b4..89982c3 100755 --- a/tests/prepare.sh +++ b/tests/prepare.sh @@ -9,7 +9,7 @@ cp ../example.conf mcwrapper.conf if [[ $PREPARED != "y" ]]; then # Move to known directory - cd "$( dirname "${BASH_SOURCE[0]}" )" + cd "$( readlink -f "${BASH_SOURCE[0]}" )" if [[ $MCSERVERS == "y" ]]; then mkdir -p minecraft-server -- cgit v1.2.3