-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Use phantomjs2 #2862
Use phantomjs2 #2862
Conversation
@@ -29,6 +29,8 @@ gemfile: | |||
|
|||
services: | |||
- mongodb | |||
- mysql | |||
- postgresql |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks unrelated to PhantomJS, is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nop, in fact on travis precise
env (default) those services are loaded by default, but with trusty
env (to have phantom2) we must list all service that have to be started
.travis.yml
Outdated
@@ -1,11 +1,8 @@ | |||
dist: trusty | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You want to switch to trusty
, why is this removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're write. Kind a mess
Closed, and re-opened #2873 |
Trusty
environment ontravis
has phantomjs2.0.0
instead of1.9.3
inprecise
@see travis-ci/travis-ci#3225 (comment)