diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-22 15:42:35 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-03-23 16:09:07 +0200 |
commit | 1c757cce34344dfecc9a724034680225143f92b7 (patch) | |
tree | 2115ed73b715f166f219b6a0b306b64d206f81ac /.travis.yml | |
parent | a3f40d0c0c906400439eeb25d50f39eac64327ef (diff) | |
download | qtlocation-mapboxgl-1c757cce34344dfecc9a724034680225143f92b7.tar.gz |
[build] Autodetect Qt{4,5}
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 256e6a2aaa..cc7f715490 100644 --- a/.travis.yml +++ b/.travis.yml @@ -166,7 +166,7 @@ matrix: dist: trusty language: cpp compiler: "qt4-gcc5-release" - env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 WITH_QT_4=1 + env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 addons: *qt4 before_script: - mapbox_start_xvfb |