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
26ecef1e
...
26ecef1e5c23a02ecf4d05d032b881a454307cf7
authored
2013-05-09 12:26:49 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
travis: fixing phantomjs executable installation path
1 parent
6ee41872
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
.travis.yml
.travis.yml
View file @
26ecef1
...
...
@@ -7,26 +7,26 @@ 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
~
/phantomjs182
-
sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs
bin
/phantomjs182
-
~/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
~
/phantomjs190
-
sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs
bin
/phantomjs190
-
~/phantomjs190 --version
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
-
~
/phantomjs182 --version
-
~
/phantomjs190 --version
-
bin
/phantomjs182 --version
-
bin
/phantomjs190 --version
script
:
-
make test
env
:
matrix
:
-
PHANTOMJS_EXECUTABLE="
~
/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="
~
/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="
bin
/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="
bin
/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
notifications
:
irc
:
...
...
Please
register
or
sign in
to post a comment