diff --git a/.ci/travis/travis.sh b/.ci/travis/travis.sh index e70fd76ec..c391d478d 100755 --- a/.ci/travis/travis.sh +++ b/.ci/travis/travis.sh @@ -172,7 +172,7 @@ no-exception-test-alot-of-project1) ;; *) - echo "Unexpected GOAL mode: $GOAL" + echo "Unexpected argument: $1" exit 1 ;;