We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c73de commit 063cb08Copy full SHA for 063cb08
.travis.yml
@@ -62,7 +62,7 @@ env:
62
# -- BEGIN Coverity Scan ENV
63
- COVERITY_SCAN_BUILD_COMMAND_PREPEND="cov-configure --comptype gcc --compiler gcc-4.9 --template && autoreconf -i && ./configure"
64
# The build command with all of the arguments that you would apply to a manual `cov-build`
65
- # Usually this is the same as STANDARD_BUILD_COMMAND, exluding the automated test arguments
+ # Usually this is the same as STANDARD_BUILD_COMMAND, excluding the automated test arguments
66
- COVERITY_SCAN_BUILD_COMMAND="make"
67
# Name of the project
68
- COVERITY_SCAN_PROJECT_NAME="$TRAVIS_REPO_SLUG"
0 commit comments