Skip to content

Commit

Permalink
CI(travis): Add --no-keep-going in MAKEFLAGS to stop on errors
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Jun 18, 2024
1 parent 85971d5 commit 3f3cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/linux.script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

export CC="ccache $CC"
export CXX="ccache $CXX"
export MAKEFLAGS="-j $(nproc)"
export MAKEFLAGS="-j $(nproc) --no-keep-going"

echo "MAKEFLAGS is '$MAKEFLAGS'"

Expand Down

0 comments on commit 3f3cac1

Please sign in to comment.