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 c30a698 commit 5557488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -12,6 +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
<<<<<<< HEAD
<<<<<<< HEAD
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make test; fi

Expand All @@ -33,6 +34,9 @@ addons:
=======
# - make test
>>>>>>> [test] coverity: only build with gcc and disable normal make test
=======
- if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then make test; fi
>>>>>>> [test] coverity: only run make test if not running coverity tests

env:
global:
Expand Down

0 comments on commit 5557488

Please sign in to comment.