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.
 
 
 
 
 
 

14 lines
192 B

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