commit | b006309b29c69abdebe07fd5f4134a27b3641ebc | [log] [tgz] |
---|---|---|
author | Fabio Utzig <utzig@apache.org> | Thu Dec 27 16:14:37 2018 -0200 |
committer | Fabio Utzig <utzig@utzig.org> | Thu Jan 03 11:22:05 2019 -0200 |
tree | f42cdd62a6123c322e01a91b39265dfb3066d82b | |
parent | 38f5ffea35599aeb0d44554db942e82b993cbd08 [diff] |
Add ECDSA+KW testing to the CI Signed-off-by: Fabio Utzig <utzig@apache.org>
diff --git a/.travis.yml b/.travis.yml index a18bfb8..87ba9f2 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -29,6 +29,8 @@ env: MULTI_FEATURES="sig-rsa enc-rsa validate-slot0" - os: linux env: MULTI_FEATURES="sig-rsa enc-kw validate-slot0 bootstrap" + - os: linux + env: MULTI_FEATURES="sig-ecdsa enc-kw validate-slot0" # FIXME: this test actually fails and must be fixed #- os: linux