diff options
Diffstat (limited to 'examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh')
| -rw-r--r-- | examples/redis-unstable/deps/jemalloc/scripts/windows/script.sh | 10 |
1 files changed, 0 insertions, 10 deletions
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 |
