diff --git a/bin/codeship_setup b/bin/codeship_setup index b5f1a7e..122e7ba 100755 --- a/bin/codeship_setup +++ b/bin/codeship_setup @@ -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