Skip to content

Commit 8837ac3

Browse files
authored
Fix shell scripting
1 parent d53eef0 commit 8837ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/travis-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [ "${FAST_BUILD}" == "true" ]; then
1515
fi
1616
else
1717
if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$COVERITY" == "true" ] && [ "$IS_COVERITY_SCAN_BRANCH" = "1" ]; then
18-
COVERITY_SCAN_BUILD_COMMAND="mvn verify"
18+
export COVERITY_SCAN_BUILD_COMMAND="mvn verify"
1919
#curl -s "https://scan.coverity.com/scripts/travisci_build_coverity_scan.sh" | bash
2020
./.travis/travisci_build_coverity_scan.sh
2121
else

0 commit comments

Comments
 (0)