summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 18:56:50 +1100
committerLeith Bade <leith@leithalweapon.geek.nz>2014-11-06 18:56:50 +1100
commit89fad21fb9e5d507a9a72767b2242fa28d67d547 (patch)
tree443ae7c8b2b737da9ab2b8059b72db556837e016 /.travis.yml
parentc0c6d9d78e8a1ad2d927bfa2121db3d7a18272b4 (diff)
downloadqtlocation-mapboxgl-89fad21fb9e5d507a9a72767b2242fa28d67d547.tar.gz
Add GCC to travis to see if other messages
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d6a70b55e..46ca8c341b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,9 @@ matrix:
env: BUILDTYPE=Release JOBS=16 MASON_PLATFORM=android
compiler: clang
- os: linux
+ env: BUILDTYPE=Release JOBS=16 MASON_PLATFORM=android
+ compiler: gcc
+ - os: linux
env: BUILDTYPE=Debug JOBS=16
compiler: clang
- os: linux