travis.sh: Disable NLS.

Ubuntu 14.04 doesn't have FindQt5LinguistTools.cmake, so we can't
build the localization files in the travis-ci build.
This commit is contained in:
David Korth 2018-09-30 21:53:02 -04:00
parent 56929bf421
commit 1011bde8aa

View File

@ -6,6 +6,7 @@ cmake --version
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_NLS=OFF \
-DBUILD_TESTING=ON \
|| exit 1
# Build everything.