Skip to content

Commit 2a2d48a

Browse files
committed
No, that's not ruby tuesday
1 parent c654b43 commit 2a2d48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ env:
88
before_install:
99
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-
1010

11+
language: php
12+
1113
addons:
1214
coverity_scan:
1315
project:
1416
name: "MegaGlest/megaglest-masterserver"
1517
description: "Build submitted via Travis CI"
1618
notification_email: [email protected]
1719
build_command_prepend: ""
18-
build_command: ""
20+
build_command: "cov-build --dir cov-int --no-command --fs-capture-search ./"
1921
#branch_pattern: coverity_scan

0 commit comments

Comments
 (0)