Skip to content

Commit

Permalink
Drop 'exit 0' at the end of TravisCI build scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
besser82 committed Nov 4, 2018
1 parent f1dad94 commit 1e60f98
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis_after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ lcov --directory . --capture --output-file all_coverage.info
lcov --remove all_coverage.info '/usr/*' '*test*' > coverage.info
rm all_coverage.info
codecov -X gcov
exit 0
1 change: 0 additions & 1 deletion .travis_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
set -e

./bootstrap
exit 0
1 change: 0 additions & 1 deletion .travis_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
set -e

pip install --user codecov
exit 0
2 changes: 0 additions & 2 deletions .travis_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,3 @@ if [[ "$VALGRIND" == "1" ]]; then
make -j$NPROCS check-valgrind-memcheck || \
(cat test-suite-memcheck.log && exit 1)
fi

exit 0

0 comments on commit 1e60f98

Please sign in to comment.