We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278b19f commit ed77b94Copy full SHA for ed77b94
travis-ci
@@ -111,6 +111,9 @@ if [ "$TRAVIS_OS_NAME" = windows ]; then
111
for CONFIG in Debug Release; do
112
CMAKE_BUILD_TYPE=$CONFIG CC='' CXX='' CMAKE_GENERATOR="Visual Studio 16 2019" folded "VC2019 $CONFIG" cppsm test
113
done
114
+
115
+ # shellcheck disable=2009,2046
116
+ kill -9 $(ps | grep -o "^ *[0-9]\\+ *$$ " | sed -e 's#^ *##g' -e 's# .*##g') 2>/dev/null || true
117
fi
118
119
code-coverage() {
0 commit comments