diff options
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 87e5e3358d..f81ef6830f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,7 +77,7 @@ dist: xenial script: - ccache --show-stats > /tmp/ccache_before - export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH" - - ./configure --enable-all-engines --enable-opl2lpt --enable-verbose-build + - ./configure --enable-all-engines --enable-opl2lpt - make -j 2 - make test - make devtools |