From 555748860272c3ccfa841815e29bf25a9ca887e7 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index bb23d909e3e..a227bd785f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 @@ -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: