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

Travis and xvfb #967

Closed
danepowell opened this issue Jan 11, 2017 · 1 comment
Closed

Travis and xvfb #967

danepowell opened this issue Jan 11, 2017 · 1 comment
Assignees

Comments

@danepowell
Copy link
Contributor

It seems that #897 attempted to switch from installing xvfb via apt-get to installing it via the Travis add-on key. But don't think it's working--if that was the intent, the correct syntax is:

addons:
  apt:
    packages:
      - xvfb

Note "packages" instead of "sources". Docs: https://docs.travis-ci.com/user/installing-dependencies/#Adding-APT-Packages

However I'm honestly not even sure what xvfb is used for, so I'm not sure how to test that this works.

@aweingarten I think you initially worked on this, can you weigh in?

@grasmash
Copy link
Contributor

grasmash commented Jan 12, 2017

It's intended to create a display buffer for Selenium tests. It looks like we're actually installing it elsewhere in .travis.yml.

grasmash added a commit to grasmash/bolt that referenced this issue Jan 12, 2017
@grasmash grasmash self-assigned this Jan 12, 2017
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

2 participants