From 2a2d48ac6a3ffe948ae1d9f3e0a859a1d58bc2ab Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Wed, 7 Sep 2016 02:01:08 +0200 Subject: [PATCH] No, that's not ruby tuesday --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11f34e5..c8bb69d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ env: before_install: - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- +language: php + addons: coverity_scan: project: @@ -15,5 +17,5 @@ addons: description: "Build submitted via Travis CI" notification_email: tomreyn@megaglest.org build_command_prepend: "" - build_command: "" + build_command: "cov-build --dir cov-int --no-command --fs-capture-search ./" #branch_pattern: coverity_scan