We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20fc7c commit 232b08bCopy full SHA for 232b08b
.travis.yml
@@ -25,3 +25,17 @@ script:
25
after_failure:
26
- cat config.log
27
28
+env:
29
+ global:
30
+ # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
31
+ # via the "travis encrypt" command using the project repo's public key
32
+ - secure: "cDIO5Qhn0jjgzhgpcKMZEJf8r0Az9QQi39WL4XdKdeuYdqwXOxvh5+RfQoYUYxSZ2nPrFJqc5zXhUyGLLyqsiEOW7SCtZhBs6n1FYEFgqXiQiOHuOgj3SpIsrF5AaUkeD1tpIn/oO7QPEwfwiQptFZvmrB5tLztlX0N90rdsI6U="
33
+
34
+addons:
35
+ coverity_scan:
36
+ project:
37
+ name: "avTranscoder/avTranscoder"
38
+ description: "[avTranscoder] Build submitted via Travis CI"
39
+ notification_email: arnaud.marcantoine@gmail.com
40
+ build_command: "scons -j 4"
41
+ branch_pattern: coverity_scan
0 commit comments