Skip to content

Commit

Permalink
BUILD: Move cat config.log to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Jul 29, 2015
1 parent f47e745 commit 596516f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

script:
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./autogen.sh; fi
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./configure; fi
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then ./configure || cat config.log; fi
- if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make -j4; fi

addons:
Expand All @@ -26,7 +26,7 @@ addons:
project:
name: $TRAVIS_REPO_SLUG
notification_email: [email protected]
build_command_prepend: "./autogen.sh && ./configure || cat config.log"
build_command_prepend: "./autogen.sh && ./configure"
build_command: "make -j4"
branch_pattern: coverity_scan

Expand Down

0 comments on commit 596516f

Please sign in to comment.