summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-24 15:07:45 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-24 15:07:45 -0800
commit7b032907d7c328a5cc2f2ea2ef9d65f465a1d34f (patch)
treeed5bb1c4e07a6d716ac8f1c09f1219895164c554 /platform
parent490907ac29d3a1f4c0eb7574ee7074853a6fc7c2 (diff)
downloadqtlocation-mapboxgl-7b032907d7c328a5cc2f2ea2ef9d65f465a1d34f.tar.gz
[osx] Stop building/testing OS X SDK on Travis
Diffstat (limited to 'platform')
-rwxr-xr-xplatform/osx/scripts/run.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/platform/osx/scripts/run.sh b/platform/osx/scripts/run.sh
index 3bdd6bfc76..6969863afd 100755
--- a/platform/osx/scripts/run.sh
+++ b/platform/osx/scripts/run.sh
@@ -11,9 +11,6 @@ BUILDTYPE=${BUILDTYPE:-Release}
# Build
################################################################################
-mapbox_time "run_sdk_tests" \
-make xctest -j${JOBS} BUILDTYPE=${BUILDTYPE}
-
mapbox_time "compile_render_binary" \
make xrender -j${JOBS} BUILDTYPE=${BUILDTYPE}