summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-07-08 22:30:52 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-07-08 22:30:52 -0700
commitb70e6f518a58af4a70a9198e9f4fa7bbf1ca60f2 (patch)
tree4b4b0d5a88e955a141d26d8dd934fd1ffd4d9068 /.travis.yml
parent1a3ae887868e9ecd6f0fd69add4b7b504d941b95 (diff)
downloadqtlocation-mapboxgl-b70e6f518a58af4a70a9198e9f4fa7bbf1ca60f2.tar.gz
test on Xcode 6.4 / iOS 8.4
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index e5b94a813a..ccd4cd035f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,10 +25,10 @@ matrix:
sources: [ 'ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.5' ]
packages: [ 'gdb', 'clang-3.5', 'libstdc++-4.9-dev', 'libstdc++6', 'libllvm3.4', 'xutils-dev', 'libxxf86vm-dev', 'x11proto-xf86vidmode-dev', 'mesa-utils' ]
- os: osx
- osx_image: beta-xcode6.3
+ osx_image: beta-xcode6.4
env: FLAVOR=osx BUILDTYPE=Debug
- os: osx
- osx_image: beta-xcode6.3
+ osx_image: beta-xcode6.4
env: FLAVOR=ios BUILDTYPE=Release
- os: linux
env: FLAVOR=android ANDROID_ABI=arm-v7 BUILDTYPE=Release