Skip to content

Commit a64619c

Browse files
committed
Gently kill em all
1 parent 278b19f commit a64619c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis-ci

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,6 @@ if [ "$TRAVIS_OS_NAME" = osx ]; then
137137
[ "$FORMAT_CHECK" = 0 ] || folded ... finish FORMAT_INSTALL_PID
138138
[ "$FORMAT_CHECK" = 0 ] || folded 'Format check' format-check
139139
fi
140+
141+
# shellcheck disable=SC2046
142+
kill $(ps -xf | grep -o "^ \\+[0-9]\\+ \\+\\([0-9]\\+\\) \\+$$" | sed -e 's#^ *[0-9]* *##g' -e 's# *[0-9]*$##g')

0 commit comments

Comments
 (0)