Skip to content

Commit a73dec0

Browse files
authored
Merge pull request #2415 from astaric/travis-return
Do not use exit in travis scripts
2 parents bf696bf + ce1b226 commit a73dec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/stage_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$RUN_PYLINT" ]; then
77
.travis/check_pylint_diff
88
EXIT_CODE=$?
99
echo "Lint check returned ${EXIT_CODE}"
10-
exit ${EXIT_CODE}
10+
return ${EXIT_CODE}
1111
fi
1212

1313
cd "$ORANGE_DIR"

0 commit comments

Comments
 (0)