We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d956b commit d6b1409Copy full SHA for d6b1409
integrations/linux/Linuxfile.sh
@@ -62,7 +62,7 @@ sudo apt-get install -y --force-yes python-MySQLdb
62
63
# Install PhantomJS
64
cd ~
65
-export PHANTOM_JS="phantomjs-1.9.8-linux-x86_64"
+export PHANTOM_JS="phantomjs-2.1.1-linux-x86_64"
66
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2
67
sudo tar xvjf $PHANTOM_JS.tar.bz2
68
sudo mv -f $PHANTOM_JS /usr/local/share
0 commit comments