Skip to content

Commit

Permalink
[test] coverity: only run make test if not running coverity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr authored and podhrmic committed Aug 10, 2016
1 parent 8262876 commit f18bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
- sudo apt-get install -y paparazzi-dev paparazzi-jsbsim gcc-arm-embedded libipc-run-perl cmake
script:
- arm-none-eabi-gcc --version
# - make test
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make test; fi

env:
global:
Expand Down

0 comments on commit f18bc0b

Please sign in to comment.