diff options
author | Leith Bade <leith@leithalweapon.geek.nz> | 2014-11-06 23:53:01 +1100 |
---|---|---|
committer | Leith Bade <leith@leithalweapon.geek.nz> | 2014-11-06 23:53:01 +1100 |
commit | 1ace7d6d18b7d7f1d068337c289dbb2c1a80f939 (patch) | |
tree | 046d139dec737dbf17efbadc6e82ec71f2487431 | |
parent | 7b290b09c84f12a38bd7e4ea05a8228f6e3ba643 (diff) | |
download | qtlocation-mapboxgl-1ace7d6d18b7d7f1d068337c289dbb2c1a80f939.tar.gz |
Revert "Add GCC to travis to see if other messages"
This reverts commit 89fad21fb9e5d507a9a72767b2242fa28d67d547.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 46ca8c341b..6d6a70b55e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,6 @@ 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 |