Guest User

Untitled

a guest
Oct 24th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. language: node_js
  2. node_js: 7.3
  3. cache: yarn
  4. addons:
  5. firefox: "latest-esr"
  6. # Install D-Bus here
  7. apt:
  8. packages:
  9. - dbus-x11
  10. before_install:
  11. - "export DISPLAY=:99.0"
  12. - "export DEBUG=testee:*"
  13. - "sh -e /etc/init.d/xvfb start"
Add Comment
Please, Sign In to add comment