Skip to content

Commit d6b1409

Browse files
committed
Use the latest PhantomJS in the Linuxfile
1 parent 52d956b commit d6b1409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/linux/Linuxfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo apt-get install -y --force-yes python-MySQLdb
6262

6363
# Install PhantomJS
6464
cd ~
65-
export PHANTOM_JS="phantomjs-1.9.8-linux-x86_64"
65+
export PHANTOM_JS="phantomjs-2.1.1-linux-x86_64"
6666
sudo wget https://bitbucket.org/ariya/phantomjs/downloads/$PHANTOM_JS.tar.bz2
6767
sudo tar xvjf $PHANTOM_JS.tar.bz2
6868
sudo mv -f $PHANTOM_JS /usr/local/share

0 commit comments

Comments
 (0)