diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-09 09:38:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-09 10:09:13 +0100 |
commit | 71e77dd87af79e0374b0f502066be0e191cb6667 (patch) | |
tree | 2cd6b92b15aa4dcd0a7270a4209e6ae4b852890a /tests/prepare.sh | |
parent | a149a27041e90674f34228e7ef1b05b6f1a61ca5 (diff) | |
download | mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.tar.gz mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.tar.bz2 mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.zip |
Add Travis status image and fix .travis.yml
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
Diffstat (limited to 'tests/prepare.sh')
-rwxr-xr-x | tests/prepare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |