Skip to content

Commit

Permalink
No, that's not ruby tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
tomreyn committed Sep 7, 2016
1 parent c654b43 commit 2a2d48a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ 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:
name: "MegaGlest/megaglest-masterserver"
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

0 comments on commit 2a2d48a

Please sign in to comment.