comparison .travis.yml @ 1132:54e6954a8ef0 coverity

coverity shouldn't have a matrix
author Matt Johnston <matt@ucc.asn.au>
date Sat, 13 Jun 2015 23:39:55 +0800
parents 48cbe69dd5e9
children 624fc24cfae5
comparison
equal deleted inserted replaced
1131:48cbe69dd5e9 1132:54e6954a8ef0
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:
25 - BUNDLEDLIBTOM=--disable-bundled-libtom
26 - BUNDLEDLIBTOM=--enable-bundled-libtom 24 - BUNDLEDLIBTOM=--enable-bundled-libtom
27 - MULTI=1 25 - MULTI=1
28 - NOWRITEV=1
29 26
30 addons: 27 addons:
31 coverity_scan: 28 coverity_scan:
32 project: 29 project:
33 name: "mkj/dropbear" 30 name: "mkj/dropbear"