From ea0de009c47e8daf21441e9b368de89ee2641091 Mon Sep 17 00:00:00 2001 From: Fabio Utzig Date: Mon, 19 Aug 2019 11:13:23 -0300 Subject: [PATCH] Enable already fixed test in Travis-CI Signed-off-by: Fabio Utzig --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e38388e2..a831ccf2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,10 +34,8 @@ matrix: env: MULTI_FEATURES="sig-rsa enc-kw validate-primary-slot bootstrap" TEST=sim - os: linux env: MULTI_FEATURES="sig-ecdsa enc-kw validate-primary-slot" TEST=sim - - # FIXME: this test actually fails and must be fixed - #- os: linux - # env: MULTI_FEATURES="sig-rsa validate-primary-slot overwrite-only" + - os: linux + env: MULTI_FEATURES="sig-rsa validate-primary-slot overwrite-only" TEST=sim - os: linux language: go