diff --git a/bin/ci/before_install.sh b/bin/ci/before_install.sh index 96ea536f0..b6a9a1d39 100755 --- a/bin/ci/before_install.sh +++ b/bin/ci/before_install.sh @@ -14,8 +14,6 @@ cd "$(dirname "$0")" || exit; source _includes.sh # The remaining before_install commands should only be run on CI. [[ "$CI" ]] || exit 0 -# Display the Google Chrome version. -google-chrome-stable --version # Display the Yarn version. yarn --version