mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 07:19:06 +08:00
remove useless condition that shows logs
This commit is contained in:
@@ -94,12 +94,6 @@ script:
|
|||||||
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||||
brew install doxygen;
|
brew install doxygen;
|
||||||
fi;
|
fi;
|
||||||
make check;
|
|
||||||
result=$?;
|
|
||||||
if [ $result != 0 ]; then
|
|
||||||
cat tests/*.log;
|
|
||||||
exit $result;
|
|
||||||
fi;
|
|
||||||
make distcheck;
|
make distcheck;
|
||||||
if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi;
|
if type cppcheck &> /dev/null ; then cppcheck --error-exitcode=1 --quiet *.h *.c tests/ ; fi;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user