From f18bc0ba8520543eaee58b80ea46375e44dc5fac Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Thu, 7 Jul 2016 14:35:26 +0200 Subject: [PATCH] [test] coverity: only run make test if not running coverity tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f55c35be6c8..0c5899cf3fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: