From db245822271dcea20fdf64a3e849253e5dd912a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Sat, 30 Dec 2017 18:03:23 +0100 Subject: [PATCH] Remove coverity scans that are triggered for every build of the matrix and stall the OSX build --- .travis.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.travis.yml b/.travis.yml index e49ab7a..dcdeb9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -163,27 +163,9 @@ matrix: - CXX=clang - CXXFLAGS=-lstdc++ -env: - global: - # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created - # via the "travis encrypt" command using the project repo's public key - - secure: "Qm4d8NEDPBtYZCYav46uPEvDCtaRsjLXlkVS+C+WCJAPcwXCGkrr96wEi7RWcq2xD86QCh0XiqaPT+xdUmlohOYIovRhaaBmZ1lwIJ4GsG/ZR6xoFr3DYsZ3o4GyXk2vNXNxEl82AC+Xs6e6gkLOV9XRkBcjpVIvoIXgNlKWeGY=" - before_install: # coveralls test coverage: - if [[ "$CXX" == "g++" ]]; then pip install --user cpp-coveralls ; fi - # coverity static analysis: - - if [[ "$CXX" == "g++" ]]; then echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- ; fi - -addons: - coverity_scan: - project: - name: "SRombauts/SQLiteCpp" - description: "Build submitted via Travis CI" - notification_email: sebastien.rombauts@gmail.com - build_command_prepend: "cmake ." - build_command: "make -j 8" - branch_pattern: master # scripts to run before build before_script: