Skip to content

Commit

Permalink
Merge pull request biolab#2415 from astaric/travis-return
Browse files Browse the repository at this point in the history
Do not use exit in travis scripts
  • Loading branch information
astaric authored Jun 20, 2017
2 parents bf696bf + ce1b226 commit a73dec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/stage_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$RUN_PYLINT" ]; then
.travis/check_pylint_diff
EXIT_CODE=$?
echo "Lint check returned ${EXIT_CODE}"
exit ${EXIT_CODE}
return ${EXIT_CODE}
fi

cd "$ORANGE_DIR"
Expand Down

0 comments on commit a73dec0

Please sign in to comment.