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 Aug 10, 2016
1 parent bceaba0 commit 7a3c3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -130,8 +130,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 7a3c3bd

Please sign in to comment.