Skip to content

Commit

Permalink
Merge 7e276db into 2d40483
Browse files Browse the repository at this point in the history
  • Loading branch information
MFraters committed Jul 8, 2018
2 parents 2d40483 + 7e276db commit 13d7a4e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: c++
sudo: true

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: "Pz0SXtEDhj8hLqq+MLTFWc50g4vyXu9zqKnu8tKKkLvXWJbbTn/aoAbpVZKN+NxL0iLj8cEz2kkz4jh2Fui+aZhgnxfl3uPJaN5AACRTzYLpEcqard96iNaC1n4Iih21CoGzNLeQifKzgwO7sLX/Q1JWoYIV3z/sLxin7htdsIwPzVoX2Ox6+k9dJuwbAAPT9ux/03lpLPqi+a726t7dVibNrf2MhIzPExSqQHraHGthowC5jRK3mVTBjTimojsb3kdBMjlp69KGOcrHSyHikWC3GQS6IJiDL38TyTBNigeQbhWqZ5g+Nw9zu9pnYSoXRYRkjq/PXLSRxR8pJ/NNfGn1+h0SMU8W6/t8RIn1t0bNSuBEm5cDwc8TZClKPh9sBdpDURkBTA9nl6t9ZjCUiCSkXM/1dgql2eSJ94Moh48ysUD7wFzNjtR2VVci4lAv4vfhyp/6HOJNCgO3T4MDqLWCMaQTjgbMKnMzFt3xbODk4M4DQV51W18wL+N9iE5iIAYN7JrdleUvdpuQWPa1QcuUMVtLMPjLtc4vitDwGWmtlvtyEe3lN1dXUaFcbB67VTSgpXig10rs0n2l8cxFrR4hTL1dKt2PZcyAdeYTw7NEHGX5BuHc0za3kpgmdK1dwFAsX8eYvKYsDDBc8hmHDm/citvo7EjVpWaEGgiBxrU="

compiler:
- g++-6

Expand All @@ -14,8 +21,15 @@ addons:
- cmake
- libboost-program-options-dev
- libboost-test-dev
coverity_scan:
project:
name: "GeodynamicWorldBuilder/WorldBuilder"
description: "World Builder: A geodynamic initial contitions generator."
notification_email: menno.fraters@outlook.com
branch_pattern: coverity_scan

before_install:
- 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-
- pip install --user cpp-coveralls

before_script:
Expand Down

0 comments on commit 13d7a4e

Please sign in to comment.