summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-09-02 11:50:56 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-15 11:05:46 -0700
commit121e95ada4b20525a47a3e8873219d1d19e50cb1 (patch)
treec48f180e2296e8de31fff25e6dcf904d9220eee2 /.travis.yml
parentf11eea128ef66a9d907de4a446d4d753de81bf1b (diff)
downloadqtlocation-mapboxgl-121e95ada4b20525a47a3e8873219d1d19e50cb1.tar.gz
Upgrade Travis to Xcode 7 image
Only for iOS. OS X remains on Xcode 6.4.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f3a8308499..6d7d31123e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ matrix:
osx_image: xcode6.4
env: FLAVOR=osx BUILDTYPE=Debug
- os: osx
- osx_image: xcode6.4
+ osx_image: xcode7
env: FLAVOR=ios BUILDTYPE=Release
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release