Skip to content

Commit

Permalink
Gently kill em all
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Sep 7, 2019
1 parent 278b19f commit a64619c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis-ci
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ if [ "$TRAVIS_OS_NAME" = osx ]; then
[ "$FORMAT_CHECK" = 0 ] || folded ... finish FORMAT_INSTALL_PID
[ "$FORMAT_CHECK" = 0 ] || folded 'Format check' format-check
fi

# shellcheck disable=SC2046
kill $(ps -xf | grep -o "^ \\+[0-9]\\+ \\+\\([0-9]\\+\\) \\+$$" | sed -e 's#^ *[0-9]* *##g' -e 's# *[0-9]*$##g')

0 comments on commit a64619c

Please sign in to comment.