diff --git a/bin/test.sh b/bin/test.sh index 310c6f3a..baec250f 100755 --- a/bin/test.sh +++ b/bin/test.sh @@ -9,7 +9,7 @@ if [[ '5.6' == $PHP_VERSION || '7.0' == $PHP_VERSION || '7.1' == $PHP_VERSION ] composer run test fi; -if [[ '7.2' == $PHP_VERSION || '7.3' == $PHP_VERSION ]]; then +if [[ '7.2' == $PHP_VERSION ]]; then php -v composer install composer run lint @@ -17,4 +17,4 @@ if [[ '7.2' == $PHP_VERSION || '7.3' == $PHP_VERSION ]]; then composer run test WP_SNAPSHOTS_DIR=$GITHIB_WORKSPACE/.wpsnapshots/ ./vendor/bin/wpsnapshots configure --aws_key=$AWS_ACCESS_KEY --aws_secret=$SECRET_ACCESS_KEY --user_name="wp-acceptance" --user_email=travis@10up.com 10up composer run test:acceptance -fi; \ No newline at end of file +fi;