Commit 7f5a84b7 authored by Daniel Agar's avatar Daniel Agar Committed by GitHub

travis-ci remove sed (#3635)

parent 24c3fba8
......@@ -180,7 +180,7 @@ script:
fi
- if [[ "${CONFIG}" != "doxygen" && "${SPEC}" != "ios" ]]; then
cd ${SHADOW_BUILD_DIR} &&
make -j4 | sed 's/${TRAVIS_BUILD_DIR}/-/'
make -j4
;
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