commit | e35ed567b6babcc3ac843c3edfa8c86b32518755 | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Fri Dec 14 06:50:06 2018 -0200 |
committer | Fabio Utzig <utzig@utzig.org> | Mon Dec 17 14:41:02 2018 -0200 |
tree | 243233c94b65befe1e576e74313b6dc48decf05c | |
parent | 4541b53a3a2cfb03d42a9ebdbb4ee445a8c89b11 [diff] |
Add RSA sig+enc test to travis Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/.travis.yml b/.travis.yml index 813e0b7..225641e 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -25,6 +25,8 @@ env: MULTI_FEATURES="sig-rsa validate-slot0,sig-ecdsa validate-slot0" - os: linux env: MULTI_FEATURES="enc-kw overwrite-only,enc-rsa overwrite-only" + - os: linux + env: MULTI_FEATURES="sig-rsa enc-rsa validate-slot0" # FIXME: this test actually fails and must be fixed #- os: linux