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.

29 lines
717 B

12 years ago
  1. sudo: false
  2. dist: trusty
  3. language: node_js
  4. node_js:
  5. - 'node'
  6. notifications:
  7. hipchat:
  8. rooms:
  9. secure: l5TTd5JuPAW883PtcyaIBcJI9Chr9JpsZPQAEUBKAgIEwzuS6y7t5arlkS1PwH6gi1FADzYDf+OXSIou4GkTSrIetnBcT/SAgF0gBKgIhj+eRkuCfZ4VaC7BPhfZ0hgYRE+5Ejf5BM2MJafRm0pj7OlqG4xKrQZwtuV1te5r3JY=
  10. irc:
  11. channels:
  12. - "chat.freenode.net#videojs"
  13. use_notice: true
  14. before_script:
  15. # always install the appropriate version of video.js for the environment
  16. - npm i "video.js@$VJS";
  17. - export CHROME_BIN=/usr/bin/google-chrome
  18. - export DISPLAY=:99.0
  19. - sh -e /etc/init.d/xvfb start
  20. env:
  21. - VJS=5
  22. - VJS=6
  23. addons:
  24. firefox: latest
  25. apt:
  26. sources:
  27. - google-chrome
  28. packages:
  29. - google-chrome-stable