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 308 B

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