diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2017-01-20 15:51:49 +0100 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2017-01-20 18:50:45 +0100 |
commit | 73ad28c8561e024b4c1cbe9dd59f4188e9a6f57e (patch) | |
tree | 18723e11dcd828e213e303fe1742db7fc58f686f /.travis.yml | |
parent | 89dc01283f09a51ea6f7daa1eb38f75943c94594 (diff) | |
download | qtlocation-mapboxgl-73ad28c8561e024b4c1cbe9dd59f4188e9a6f57e.tar.gz |
[Qt] Enable WITH_QT_I18N=1 on a bot to make sure it doesn't break
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 507fc6479f..f29db208e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -194,7 +194,7 @@ matrix: dist: trusty language: cpp compiler: "qt5-gcc5-release" - env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 + env: BUILDTYPE=Release _CXX=g++-5 _CC=gcc-5 WITH_QT_I18N=1 addons: *qt5 before_script: - mapbox_start_xvfb |