Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
cee5b11f
...
cee5b11f9aa26c85c21a8393e4ccf5d906c35699
authored
2013-05-09 13:05:20 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
switch to x86_64 version of phantomjs executables
1 parent
d8bea8b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
.travis.yml
.travis.yml
View file @
cee5b11
...
...
@@ -5,15 +5,15 @@ branches:
before_install
:
-
echo "installing PhantomJS 1.8.2"
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-
i686
.tar.bz2
-
tar -xvf phantomjs-1.8.2-linux-
i686
.tar.bz2
-
sudo mv phantomjs-1.8.2-linux-
i686
/bin/phantomjs bin/phantomjs182
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.8.2-linux-
x86_64
.tar.bz2
-
tar -xvf phantomjs-1.8.2-linux-
x86_64
.tar.bz2
-
sudo mv phantomjs-1.8.2-linux-
x86_64
/bin/phantomjs bin/phantomjs182
-
ls -la bin/phantomjs182
-
bin/phantomjs182 --version
-
echo "installing PhantomJS 1.9.0"
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-
i686
.tar.bz2
-
tar -xvf phantomjs-1.9.0-linux-
i686
.tar.bz2
-
sudo mv phantomjs-1.9.0-linux-
i686
/bin/phantomjs bin/phantomjs190
-
wget http://phantomjs.googlecode.com/files/phantomjs-1.9.0-linux-
x86_64
.tar.bz2
-
tar -xvf phantomjs-1.9.0-linux-
x86_64
.tar.bz2
-
sudo mv phantomjs-1.9.0-linux-
x86_64
/bin/phantomjs bin/phantomjs190
-
bin/phantomjs190 --version
-
ls -la bin/phantomjs190
...
...
Please
register
or
sign in
to post a comment