From 475d8f991594a8bdfa706806a9f7f3bab8f175fc Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 14 Nov 2018 13:14:54 +0100 Subject: [PATCH] disable openmw-cs as well, only build the rest due to time constraints --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c44cb60b7..3e97453187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +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-5 --template; cmake . -DBUILD_OPENMW=FALSE" + build_command_prepend: "cov-configure --comptype gcc --compiler gcc-5 --template; cmake . -DBUILD_OPENMW=FALSE" -DBUILD_OPENCS=FALSE" build_command: "make VERBOSE=1 -j3" matrix: include: