commit 43b4b683df28cdf0701b4c4b0fe6ad60102fe301 parent 9ee3910fb459ab8c0e42a4b4880b8eb098e15fa2 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 16 Jan 2019 15:41:36 +0100 Remove Coverity Scan from the pipeline, it's down (Travis CI). Diffstat:
M | .travis.yml | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -11,21 +11,5 @@ before_install: - cd libansilove && cmake . && make - sudo make install - cd - - - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- script: cmake . && make - -env: - global: - - secure: "Ahg+dD6BwZqYTl+xTbNqBBr6Qoh7jQswegP77gxfk09UbcLSTpTQcvCLzJtumCajWXTe5HD3lD1xBghxRPNwD/+JRg25AzUeowPvBQkosDZyxMZyeQQEGPVMoD9UbnGaWhxIxYaQ7bxVCu2CJ2PcibsJ3kselnqSicEnw99TXjU=" - -addons: - coverity_scan: - project: - name: "ansilove/ansilove" - version: 3.0.6 - description: "ANSi / ASCII art to PNG converter in C" - notification_email: fred@statdns.com - build_command_prepend: cmake . - build_command: make -j 4 - branch_pattern: master