diff options
Diffstat (limited to 'gl')
0 files changed, 0 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 0d1cad5..83cf1ca 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -14,10 +14,6 @@ before_script: | |||
14 | script: | 14 | script: |
15 | - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi | 15 | - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then make; fi |
16 | 16 | ||
17 | compiler: | ||
18 | - clang | ||
19 | - gcc | ||
20 | |||
21 | notifications: | 17 | notifications: |
22 | irc: | 18 | irc: |
23 | channels: | 19 | channels: |
@@ -28,12 +24,6 @@ notifications: | |||
28 | email: | 24 | email: |
29 | - team@monitoring-plugins.org | 25 | - team@monitoring-plugins.org |
30 | 26 | ||
31 | # Don't use Clang for Coverity Scan. | ||
32 | matrix: | ||
33 | exclude: | ||
34 | - compiler: clang | ||
35 | env: COVERITY_SCAN_BRANCH=1 | ||
36 | |||
37 | env: | 27 | env: |
38 | global: | 28 | global: |
39 | # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis | 29 | # This is the encrypted COVERITY_SCAN_TOKEN, created via the "travis |