Skip to content

Commit

Permalink
Merge pull request #2411 from astaric/travis-lint-error
Browse files Browse the repository at this point in the history
Debug travis lint failures
  • Loading branch information
astaric authored Jun 20, 2017
2 parents c1698a2 + c21bf1a commit bf696bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/stage_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ if [ "$RUN_PYLINT" ]; then
foldable pip uninstall -y radon # disable radon in favor of codeclimate
cp pylintrc ~/.pylintrc
.travis/check_pylint_diff
exit $?
EXIT_CODE=$?
echo "Lint check returned ${EXIT_CODE}"
exit ${EXIT_CODE}
fi

cd "$ORANGE_DIR"
Expand Down

0 comments on commit bf696bf

Please sign in to comment.