You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
256 B

  1. dist: trusty
  2. sudo: required
  3. language: node_js
  4. node_js:
  5. - 6
  6. addons:
  7. apt:
  8. sources:
  9. - google-chrome
  10. packages:
  11. - xsel
  12. - google-chrome-stable
  13. before_script:
  14. - "export DISPLAY=:99.0"
  15. - "sh -e /etc/init.d/xvfb start"
  16. - sleep 3