From 06046a113ce78668f03fef86c0fd064d8c5b9a31 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 29 Dec 2015 21:02:46 +0100 Subject: [PATCH] travis config: fix intents for coverity analysis. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9f0facf4..a98511187 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ addons: name: "assimp/assimp" version: 3.2 description: "The Asset Importer Lib coverity run, branch coverity_scan" - notification_email: kim.kulling@googlemail.com - build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES - build_command: make - branch_pattern: coverity_scan + notification_email: kim.kulling@googlemail.com + build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES + build_command: make + branch_pattern: coverity_scan