Use TTF-less builds on Travis

This commit is contained in:
Michał Janiszewski 2017-01-03 23:07:17 +01:00
parent 34b8c2034e
commit 5214cb7223
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ matrix:
- os: linux
env: OPENRCT2_CMAKE_OPTS="-DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DFORCE32=on" TARGET=windows
- os: linux
env: TARGET=docker64
env: TARGET=docker64 OPENRCT2_CMAKE_OPTS="-DDISABLE_TTF=ON"
services:
- docker
- os: linux