diff --git a/tests/travis.sh b/tests/travis.sh index f0c2d4644..7eabd067b 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -9,8 +9,8 @@ while getopts "p:t:" OPTION 2> /dev/null; do PHP_BINARY="$OPTARG" ;; t) - PM_WORKERS="$OPTARG" - ;; + PM_WORKERS="$OPTARG" + ;; esac done