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.

.travis.yml 314 B

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