File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ dist: trusty
33compiler : g++
44sudo : required
55
6+ env :
7+ global :
8+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
9+ # via the "travis encrypt" command using the project repo's public key
10+ - secure : " hsLs5vKP4ydhCtO990sNlPXuRZlHVDUbUVPYoFAHaij3GYfLgnXyv28yF8EQ0QHlbOHtfRH7xZ8SxE0RUdX3BQLLr7vhvO0W3MfWnFflGoHF9crAPd5DrBUVBnIEhQOLhMuGlsM59a/LGBimAoPZz2amcdAEOlqJeIjvYyxO/jIzatF4kpupDrndny5yFSq+W1Fw1/HgyYtGIrAG+8RMnrLDRq13M5SeTcBZqMWSe0pR6RjWlyO5BOBoZHKsAxJf8P856pm3q0nSEgdTOEFMvwGwDltt2y8SbwyDCUyLthsSHP6y5mEBCNeWzhgkgZwWLAoMo8igELd4KuNPNtTvK/QCHh3xxjIv6iRAHd6KEq/xLfl1jTpkeUIWBWkEKsIVHLZeNFTHxL4sILLCxV6IfQTPYJFKozHzGrAiLQc2D4SQDfSSzIul5YLSoYikp0pj+sEABtsAEhJCgUD9p4WTp7GUstAsfgS050yj1E6tPEMKpzM+O7xrwEhzCUlYWvf1/qEXtVqxMR5nGjH2EdAyv+hpKuKOcGPNcnuUKGr5SyahZv3w/F6Iq6UHjD+MqnlwjidovJiLBUos/qORg5NTSHPCh9O6vJxJPE9G299lxj42gajrqKR0Viys003MdGPvMYHBbt/yej84fpjz/pjO79pNHA6HIr0DkHwsUeiW7ac="
11+
12+ before_install :
13+ - echo -n | openssl s_client -connect https://scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
14+
15+ addons :
16+ coverity_scan :
17+ project :
18+ name : " conp-solutions/PCasso"
19+ description : " Parallel SAT solver"
20+ notification_email :
[email protected] 21+ build_command_prepend : " true"
22+ build_command : " make pcassod"
23+ branch_pattern : master
24+
625before_install :
726 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
827 - sudo apt-get update -q
You can’t perform that action at this time.
0 commit comments