We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53eef0 commit 8837ac3Copy full SHA for 8837ac3
.travis/travis-script.sh
@@ -15,7 +15,7 @@ if [ "${FAST_BUILD}" == "true" ]; then
15
fi
16
else
17
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$COVERITY" == "true" ] && [ "$IS_COVERITY_SCAN_BRANCH" = "1" ]; then
18
- COVERITY_SCAN_BUILD_COMMAND="mvn verify"
+ export COVERITY_SCAN_BUILD_COMMAND="mvn verify"
19
#curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash
20
./.travis/travisci_build_coverity_scan.sh
21
0 commit comments