1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Install Chromedriver for Codeship

This commit is contained in:
Daniel Barber 2023-02-04 21:40:21 -06:00
parent 8f683dd73f
commit 1a9358d5e0

View File

@ -6,8 +6,8 @@ source /dev/stdin <<< "$(curl -sSL https://raw.githubusercontent.com/codeship/sc
echo "Installing Elixir"
source /dev/stdin <<< "$(curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/languages/elixir.sh)"
echo "Installing PhantomJS"
curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/phantomjs.sh | bash -s
echo "Installing ChromeDriver"
curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/chromedriver.sh | bash -s
echo "Installing NodeJS"
nvm install $NODE_VERSION