travis.sh: fix indentation

This commit is contained in:
Dylan K. Taylor 2020-01-25 17:15:37 +00:00
parent 8184a6b114
commit d71a7ff2fa

View File

@ -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