From 9da209f8b95529d8c16963cd5fccb3bca3c5e147 Mon Sep 17 00:00:00 2001 From: Russell Standish Date: Sat, 5 Oct 2024 08:07:04 +1000 Subject: [PATCH] Remove spurious parentheses. --- travisRun.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travisRun.sh b/travisRun.sh index de1e995d2..75dc8bd3b 100755 --- a/travisRun.sh +++ b/travisRun.sh @@ -3,8 +3,8 @@ set -e # force build ecolab, as it needs to be built before the .d files are generated # not a problem in a usual dev environment, with classdesc installed -(cd ecolab; make -j2 AEGIS=1 $(DEBUG) all-without-models) -make -j2 AEGIS=1 $(DEBUG) OBS=1 +(cd ecolab; make -j2 AEGIS=1 $DEBUG all-without-models) +make -j2 AEGIS=1 $DEBUG OBS=1 export TRAVIS=1 (cd gui-js && yes|npm install) #make -j2 AEGIS=1 sure