Commit 93b34e38 authored by Daniel Agar's avatar Daniel Agar

Revert "make silent"

This reverts commit 73d477cf.
parent 73d477cf
......@@ -164,7 +164,7 @@ script:
- echo -en 'travis_fold:start:script.1\\r'
- if [[ "${CONFIG}" != "doxygen" && "${SPEC}" != "ios" ]]; then
cd ${SHADOW_BUILD_DIR} &&
make --silent -j4 | sed 's/${TRAVIS_BUILD_DIR}/-/'
make -j4 | sed 's/${TRAVIS_BUILD_DIR}/-/'
;
fi
- if [ "${SPEC}" = "ios" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment