From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../redis-unstable/deps/jemalloc/scripts/windows/script.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh (limited to 'examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh') diff --git a/examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh b/examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh deleted file mode 100644 index 3a27f70..0000000 --- a/examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -set -e - -if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then - echo "Incorrect \$TRAVIS_OS_NAME: expected windows, got $TRAVIS_OS_NAME" - exit 1 -fi - -$build_env mingw32-make -k check -- cgit v1.2.3