Mercurial > dropbear
comparison .travis.yml @ 1131:48cbe69dd5e9 coverity
fix travis coverity matrix?
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 13 Jun 2015 23:36:03 +0800 |
parents | 5a0eabe6544b |
children | 54e6954a8ef0 |
comparison
equal
deleted
inserted
replaced
1130:5a0eabe6544b | 1131:48cbe69dd5e9 |
---|---|
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 matrix: | |
24 - BUNDLEDLIBTOM=--disable-bundled-libtom | 25 - BUNDLEDLIBTOM=--disable-bundled-libtom |
25 - BUNDLEDLIBTOM=--enable-bundled-libtom | 26 - BUNDLEDLIBTOM=--enable-bundled-libtom |
26 - MULTI=1 | 27 - MULTI=1 |
27 - NOWRITEV=1 | 28 - NOWRITEV=1 |
28 | 29 |