Skip unit test run after coverity scan.

master
Torsten Paul 2014-07-17 21:32:06 +02:00
parent e84e6bb09c
commit 2e63a3ac86
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ before_script:
- base64 --decode --ignore-garbage ~/.ssh/openscad_rsa_base64 > ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa
script: ./scripts/travis-ci.sh
script: if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./scripts/travis-ci.sh ; fi
env:
global: