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
8190c3cb
...
8190c3cb43d37bc8033a6a82a2dd11d5b8682d7d
authored
2013-05-09 12:06:24 +0200
by
Nicolas Perriault
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed PHANTOMJS_EXECUTABLE in travis config
1 parent
55ec70a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
.travis.yml
.travis.yml
View file @
8190c3c
...
...
@@ -13,15 +13,16 @@ before_install:
before_script
:
-
"
npm
install
-g
jshint@1.1.0"
-
"
phantomjs
--version"
-
/usr/local/bin/phantomjs182 --version
-
/usr/local/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="
/usr/local/bin/
phantomjs182 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
-
PHANTOMJS_EXECUTABLE="
/usr/local/bin/
phantomjs190 --local-to-remote-url-access=yes --ignore-ssl-errors=yes"
notifications
:
irc
:
...
...
Please
register
or
sign in
to post a comment