Skip to content

Commit

Permalink
travis: try quotes for exclude_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jul 10, 2020
1 parent dfac14d commit 33d25bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -43,7 +43,7 @@ addons:
version: master
description: OpenSIPS Coverity Scan
notification_email: razvan@opensips.org
build_command: make exclude_modules="db_oracle osp sngtc cachedb_cassandra cachedb_couchbase cachedb_mongodb auth_jwt" all
build_command: make exclude_modules='db_oracle osp sngtc cachedb_cassandra cachedb_couchbase cachedb_mongodb auth_jwt' all
branch_pattern: coverity_scan
script: if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then \
CC_EXTRA_OPTS=-Werror FASTER=1 NICER=0 make \
Expand Down

0 comments on commit 33d25bc

Please sign in to comment.