Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhantomJS not detected on Travis #79

Closed
seanlinsley opened this issue Mar 26, 2016 · 4 comments
Closed

PhantomJS not detected on Travis #79

seanlinsley opened this issue Mar 26, 2016 · 4 comments

Comments

@seanlinsley
Copy link

Travis has PhantomJS preinstalled, but this gem doesn't seem to detect it.

The Travis documentation has this note:

(available in PATH as phantomjs; don’t rely on the exact location)

So perhaps this gem is looking in the wrong location? This is where it's currently looking:

/home/travis/.phantomjs/2.1.1/x86_64-linux/bin/phantomjs
@twalpole
Copy link

Travis has phantomjs 1.9.8 preinstalled -- you really don't want to be using that anymore - and this gem is looking for 2.1.1. If you really want to use the travis installed version then you should be using the phantomjs gem v 1.9.8.0

@seanlinsley
Copy link
Author

I don't have a need for a particular version. I only created this ticket under the assumption that this gem would never use the version that Travis provides. If that's not true, and it'll start using the Travis version once Travis upgrades the version they provide, this ticket can be closed.

@andresilveirah
Copy link

@seanlinsley do you still have this issue? For me, it correctly installs and locates the latest version (2.1.1) of phantomjs. I notice the issue is a bit outdated hence the question.

@seanlinsley
Copy link
Author

No, this is no longer an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants