We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a48c9 commit df972c3Copy full SHA for df972c3
scripts/travis/build_test.sh
@@ -15,7 +15,7 @@ SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
15
16
if [ "${USER}" = "travis" ]; then
17
# we're running on a travis machine
18
- "${SCRIPTPATH}/build.sh" --make_debug
+ "${SCRIPTPATH}/travis_wait.sh" 30 "${SCRIPTPATH}/build.sh" --make_debug
19
# Need to call travis_retry first, if travis_wait calls travis_retry
20
# it doesn't show the output.
21
"${SCRIPTPATH}/travis_retry.sh" "${SCRIPTPATH}/travis_wait.sh" 90 "${SCRIPTPATH}/test.sh"
0 commit comments