From e4d36f1a511211711263e3228ccf2f8e2e187dd5 Mon Sep 17 00:00:00 2001 From: Michael Wetter Date: Mon, 1 Dec 2025 07:43:48 -0800 Subject: [PATCH] Fix OS and distribution names in .travis.yml This corrects the OS name and the distribution name. See https://github.com/lbl-srg/modelica-buildings/issues/4428 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d7bdc97751..cf6b9da650 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ -os: Linux -dist: nobel +os: linux +dist: noble language: python