Skip to content

Commit

Permalink
travis: cleanup coverity scan trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Nov 28, 2018
1 parent abf6665 commit 1c83791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis/travis_before_install.sh
Expand Up @@ -19,4 +19,3 @@ echo "installing $pkg"
sudo apt-get -q --assume-yes install $pkg
done
true

3 changes: 2 additions & 1 deletion .travis/travis_before_script.sh
Expand Up @@ -14,7 +14,8 @@ if [ "${COVERITY_SCAN}" ]; then
# run configure with default options
debian/rules override_dh_auto_configure
eval "$COVERITY_SCAN_BUILD"
exit $?
echo "result: $?"
exit 0
fi


Expand Down

0 comments on commit 1c83791

Please sign in to comment.