]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/civetweb/ci/travis/platform.sh
import quincy beta 17.1.0
[ceph.git] / ceph / src / civetweb / ci / travis / platform.sh
diff --git a/ceph/src/civetweb/ci/travis/platform.sh b/ceph/src/civetweb/ci/travis/platform.sh
deleted file mode 100755 (executable)
index 4a3af0d..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-if [ -z "$PLATFORM" ]; then
-  PLATFORM=$TRAVIS_OS_NAME;
-fi
-
-if [ "$PLATFORM" == "osx" ]; then
-  PLATFORM="macosx";
-fi
-
-if [ -z "$PLATFORM" ]; then
-  if [ "$(uname)" == "Linux" ]; then
-    PLATFORM="linux";
-  else
-    PLATFORM="macosx";
-  fi;
-fi