From b46ccd0aa5e588e4c079a273eaf006ecfe1b91d6 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 9 Aug 2017 08:58:25 +0100 Subject: [PATCH] Disabled the building of deprecated serializations in convertity_scan --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6025ab4a..687c7c43d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ matrix: name: "openscenegraph/OpenSceneGraph" description: "OpenSceneGraph build" notification_email: robert@openscenegraph.com - build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release ." + build_command_prepend: "cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_OSG_DEPRECATED_SERIALIZERS=OFF ." build_command: "make -j 3" branch_pattern: coverity_scan apt: