From f89ef1f12fa606c8d2b2999e080f50d0a49168b5 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 25 May 2020 20:45:14 -0500 Subject: [PATCH] Re-enable RTEMS tests in Travis builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5edb00dcd..1c92081ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,9 +79,9 @@ jobs: # Cross-compilation to RTEMS - - env: RTEMS=4.10 TEST=NO + - env: RTEMS=4.10 - - env: RTEMS=4.9 TEST=NO + - env: RTEMS=4.9 # MacOS build