.travis.yml 351 B

123456789101112131415161718
  1. sudo: required
  2. dist: trusty
  3. addons:
  4. apt:
  5. sources:
  6. - google-chrome
  7. packages:
  8. - google-chrome-stable
  9. language: node_js
  10. node_js:
  11. - "6"
  12. before_install:
  13. - export DISPLAY=:99.0
  14. - sh -e /etc/init.d/xvfb start
  15. install:
  16. - npm install
  17. script:
  18. - npm run lint && npm test && cat ./coverage/text.txt