Skip to content

Commit

Permalink
Remove spurious parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
highperformancecoder committed Oct 4, 2024
1 parent c8a05c9 commit 9da209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travisRun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9da209f

Please sign in to comment.