Skip to content

Commit

Permalink
ci: add "swap-move enc-rsa sig-rsa"
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Utzig <utzig@apache.org>
  • Loading branch information
utzig committed Nov 22, 2019
1 parent 2668a60 commit 87a1b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ matrix:
- os: linux
env: SINGLE_FEATURES="sig-ecdsa sig-ed25519 enc-kw bootstrap" TEST=sim
- os: linux
env: SINGLE_FEATURES="none sig-rsa sig-rsa3072 overwrite-only validate-primary-slot" TEST=sim
env: SINGLE_FEATURES="none sig-rsa sig-rsa3072 overwrite-only validate-primary-slot swap-move" TEST=sim
- os: linux
env: SINGLE_FEATURES="enc-rsa" TEST=sim

Expand All @@ -29,7 +29,7 @@ matrix:
- os: linux
env: MULTI_FEATURES="enc-kw overwrite-only large-write,enc-rsa overwrite-only large-write" TEST=sim
- os: linux
env: MULTI_FEATURES="sig-rsa enc-rsa validate-primary-slot" TEST=sim
env: MULTI_FEATURES="sig-rsa enc-rsa validate-primary-slot,swap-move enc-rsa sig-rsa validate-primary-slot" TEST=sim
- os: linux
env: MULTI_FEATURES="sig-rsa enc-kw validate-primary-slot bootstrap" TEST=sim
- os: linux
Expand Down

0 comments on commit 87a1b90

Please sign in to comment.