diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ea2c7de..b43dbb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c compiler: clang script: - - cmake -g 'Unix Makefiles' . + - cmake . - make install: @@ -19,6 +19,6 @@ addons: name: "kyrias/yawa" description: "Build submitted via Travis CI" notification_email: johannes@kyriasis.com - build_command_prepend: cmake -g 'Unix Makefiles' + build_command_prepend: cmake . build_command: make branch_pattern: coverity_scan |