Skip to content

Commit 8b6d454

Browse files
committed
use coverty scan add-on because cov-build command is not available
1 parent 66724a1 commit 8b6d454

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.travis.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rvm:
1313

1414
os:
1515
- linux
16-
- osx
16+
# - osx
1717

1818
sudo: false
1919

@@ -45,6 +45,13 @@ env:
4545
global:
4646
- secure: "bWJR/alkUhovaZVn4EySamXsWsvAngLh/krZf3Jha6gYWGaf6HXFwB5gM9EaBIQsZKGECL9AKN0v8rX6tqSnXMKX2FgA9ClYvO0F60JviY6Ur6OT2rG0pm+WZZ1jzyGmf+5gVqiWF1/lM/tokdnj0Nw68OQwlNdc+DqxGXormO8=" # travis encrypt COVERITY_SCAN_TOKEN=...
4747

48-
after_success:
49-
- ci/travis_submit_coverity_scan.sh
48+
addons:
49+
coverity_scan:
50+
project:
51+
name: "msgpack/msgpack-ruby"
52+
description: "Build submitted via Travis CI"
53+
notification_email: frsyuki@gmail.com
54+
build_command_prepend: "bundle exec rake compile; cd tmp/x86_64-linux-*/msgpack/*/; make clean"
55+
build_command: "cd tmp/x86_64-linux-*/msgpack/*/; make clean; make"
56+
branch_pattern: coverity_scan
5057

0 commit comments

Comments
 (0)