Mercurial > dropbear
comparison .travis.yml @ 1130:5a0eabe6544b coverity
fiddle with coverity travis
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 13 Jun 2015 23:32:15 +0800 |
parents | 45830474d83c |
children | 48cbe69dd5e9 |
comparison
equal
deleted
inserted
replaced
1129:45830474d83c | 1130:5a0eabe6544b |
---|---|
19 env: | 19 env: |
20 global: | 20 global: |
21 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created | 21 # The next declration is the encrypted COVERITY_SCAN_TOKEN, created |
22 # via the "travis encrypt" command using the project repo's public key | 22 # via the "travis encrypt" command using the project repo's public key |
23 - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc=" | 23 - secure: "F4rKQrHK/u58vPo3F9+x0WYXAeMFJvvtH9BIGZqx9yw8bUnL+gk0Ge9wnHHTXRcgCTqoc7B35uMS5njpH+Su/esVjrLAq85f/AmQctlRpmApwGK9LyxkIvx3UJN0nqfeeDXA90/8FUZ+n/qnCydXmYCEgqSaBCNydDxW1oqYUIc=" |
24 - BUNDLEDLIBTOM=--disable-bundled-libtom | 24 - BUNDLEDLIBTOM=--disable-bundled-libtom |
25 - BUNDLEDLIBTOM=--enable-bundled-libtom | 25 - BUNDLEDLIBTOM=--enable-bundled-libtom |
26 - MULTI=1 | 26 - MULTI=1 |
27 - NOWRITEV=1 | 27 - NOWRITEV=1 |
28 | 28 |
29 addons: | 29 addons: |
30 coverity_scan: | 30 coverity_scan: |
31 project: | 31 project: |
32 name: "mkj/dropbear" | 32 name: "mkj/dropbear" |