Skip to content

Commit

Permalink
An attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Jul 26, 2016
1 parent 7b806c4 commit 725af07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -26,8 +26,8 @@ addons:
name: "paparazzi/paparazzi"
description: "Build submitted via Travis CI"
notification_email: paparazzi-builds@nongnu.org
build_command_prepend: "make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template"
build_command: "make test"
build_command_prepend: make ext; cov-configure --comptype gcc --compiler arm-none-eabi-gcc --template
build_command: make test
branch_pattern: coverity_scan

notifications:
Expand Down

0 comments on commit 725af07

Please sign in to comment.