From 8b4e7bc73ccfe4e611dbc036f0ac01392ef755e7 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Mon, 12 Nov 2018 15:36:13 +0100 Subject: [PATCH] all on one line --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c506e7b226..aa046d6c0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,9 +33,7 @@ addons: description: "" branch_pattern: coverity_scan notification_email: 720642+scrawl@users.noreply.github.com - build_command_prepend: - - "cov-configure --comptype gcc --compiler gcc-8 --template" - - "cmake . -DBUILD_OPENCS=FALSE -DBUILD_WIZARD=FALSE -DBUILD_UNITTESTS=FALSE -DBUILD_BSATOOL=FALSE -DBUILD_ESMTOOL=FALSE -DBUILD_MWINIIMPORTER=FALSE -DBUILD_ESSIMPORTER=FALSE -DBUILD_LAUNCHER=FALSE -DBUILD_MYGUI_PLUGIN=FALSE" + build_command_prepend: "cov-configure --comptype gcc --compiler gcc-8 --template; cmake . -DBUILD_OPENCS=FALSE -DBUILD_WIZARD=FALSE -DBUILD_UNITTESTS=FALSE -DBUILD_BSATOOL=FALSE -DBUILD_ESMTOOL=FALSE -DBUILD_MWINIIMPORTER=FALSE -DBUILD_ESSIMPORTER=FALSE -DBUILD_LAUNCHER=FALSE -DBUILD_MYGUI_PLUGIN=FALSE" build_command: "make VERBOSE=1 -j3" matrix: include: