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
6ee41872
...
6ee4187253c3fa7e64562a45cf40295440851933
authored
2013-05-09 12:24:12 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
travis: trying to setup phantomjs installation in /Users/niko
1 parent
2c252db0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
.travis.yml
.travis.yml
View file @
6ee4187
...
...
@@ -4,29 +4,29 @@ branches:
-
"
1.0"
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
-
ls -la phantomjs-1.8.2-linux-i686/bin/phantomjs
-
sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs /usr/local/phantomjs182
-
chmod +x /usr/local/phantomjs182
-
sudo mv phantomjs-1.8.2-linux-i686/bin/phantomjs ~/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
-
ls -la phantomjs-1.9.0-linux-i686/bin/phantomjs
-
sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs /usr/local/phantomjs190
-
chmod +x /usr/local/phantomjs190
-
sudo mv phantomjs-1.9.0-linux-i686/bin/phantomjs ~/phantomjs190
-
~/phantomjs190 --version
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
-
/usr/local
/phantomjs182 --version
-
/usr/local
/phantomjs190 --version
-
~
/phantomjs182 --version
-
~
/phantomjs190 --version
script
:
-
make test
env
:
matrix
:
-
PHANTOMJS_EXECUTABLE="
/usr/local
/phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="
/usr/local
/phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
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"
notifications
:
irc
:
...
...
Please
register
or
sign in
to post a comment