From 7d66a57bc0e4191064757c80c2c99b2452f1d78e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Jun 2016 15:38:52 +0100 Subject: [PATCH] Fixed indentation --- .travis.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d8d29069..5cd46bc13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,25 +31,25 @@ matrix: - g++ - cmake - coverity_scan: - # GitHub project metadata - # ** specific to your project ** - project: - name: openscenegraph/osg - description: OpenSceneGraph - version: 3.5.x - # Where email notification of build analysis results will be sent - notification_email: robert@openscenegraph.com - # Commands to prepare for build_command - # ** likely specific to your build ** - build_command_prepend: cmake -DCMAKE_BUILD_TYPE=Release -DOSG_USE_AGGRESSIVE_WARNINGS=0 . - # The command that will be added as an argument to "cov-build" to compile your project for analysis, - # ** likely specific to your build ** - build_command: make -j 3 - # Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'. - # Take care in resource usage, and consider the build frequency allowances per - # https://scan.coverity.com/faq#frequency - branch_pattern: coverity_scan + coverity_scan: + # GitHub project metadata + # ** specific to your project ** + project: + name: openscenegraph/osg + description: OpenSceneGraph + version: 3.5.x + # Where email notification of build analysis results will be sent + notification_email: robert@openscenegraph.com + # Commands to prepare for build_command + # ** likely specific to your build ** + build_command_prepend: cmake -DCMAKE_BUILD_TYPE=Release -DOSG_USE_AGGRESSIVE_WARNINGS=0 . + # The command that will be added as an argument to "cov-build" to compile your project for analysis, + # ** likely specific to your build ** + build_command: make -j 3 + # Pattern to match selecting branches that will run analysis. We recommend leaving this set to 'coverity_scan'. + # Take care in resource usage, and consider the build frequency allowances per + # https://scan.coverity.com/faq#frequency + branch_pattern: coverity_scan # OSX build - os: osx