summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-11-22 17:11:36 +1100
committerLeith Bade <leith@mapbox.com>2014-11-22 17:11:36 +1100
commitad27e0f2e211371e3a80f2b9b9b3b32e75f173b5 (patch)
tree1fb7a118cabccb22523da9173b1ba15d80313721 /.travis.yml
parent08d11b23a843efc65bfc4f83b9dff10c73ccac35 (diff)
downloadqtlocation-mapboxgl-ad27e0f2e211371e3a80f2b9b9b3b32e75f173b5.tar.gz
Only run one android build till figure out how to filter in testmunk script
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ecf79fcef..df3309ed6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,9 @@ matrix:
- os: linux
env: BUILDTYPE=Release JOBS=16 MASON_PLATFORM=android
compiler: clang
- - os: linux
- env: BUILDTYPE=Debug JOBS=16 MASON_PLATFORM=android
- compiler: clang
+# - os: linux
+# env: BUILDTYPE=Debug JOBS=16 MASON_PLATFORM=android
+# compiler: clang
- os: linux
env: BUILDTYPE=Release JOBS=16
compiler: clang
@@ -22,12 +22,12 @@ matrix:
- os: linux
env: BUILDTYPE=Debug JOBS=8
compiler: gcc
- - os: osx
- env: BUILDTYPE=Release JOBS=8 MASON_PLATFORM=android
- compiler: clang
- - os: osx
- env: BUILDTYPE=Debug JOBS=8 MASON_PLATFORM=android
- compiler: clang
+# - os: osx
+# env: BUILDTYPE=Release JOBS=8 MASON_PLATFORM=android
+# compiler: clang
+# - os: osx
+# env: BUILDTYPE=Debug JOBS=8 MASON_PLATFORM=android
+# compiler: clang
- os: osx
env: BUILDTYPE=Release JOBS=8
compiler: clang