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:
parent
8f683dd73f
commit
1a9358d5e0
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user