From 288b81ff7b4b7ed8dd28eb8b8f788d66cf53f460 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 29 Dec 2015 20:09:26 +0100 Subject: [PATCH] travis config: fix more invalid tabs and one typo. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9acaec799..062886e59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,8 @@ addons: coverity_scan: project: name: "assimp/assimp" - description: "" + description: "The Asset Importer Lib coverity run" notification_email: kim.kulling@googlemail.com build_command_prepend: cmake -G "Unix Makefiles" -DASSIMP_ENABLE_BOOST_WORKAROUND=YES -DASSIMP_NO_EXPORT=$TRAVIS_NO_EXPORT -DBUILD_SHARED_LIBS=$SHARED_BUILD - build_command: make< make install + build_command: make; make install branch_pattern: coverity_scan