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/all.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/all.sh')
-rwxr-xr-x | tests/all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/all.sh b/tests/all.sh index d0fe307..1237154 100755 --- a/tests/all.sh +++ b/tests/all.sh @@ -2,4 +2,4 @@ cd "$( dirname "${BASH_SOURCE[0]}" )" ./t_codingstandard.sh -[[ $? -ne 0 ]] && exit 1 +[[ ! $? -ne 0 ]] || exit 1 |