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

1234567891011121314151617181920
  1. language: node_js
  2. node_js:
  3. - "stable"
  4. script:
  5. - npm run build
  6. - npm run test
  7. # - npm run test:ci
  8. # - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls
  9. addons:
  10. firefox: "latest"
  11. chrome: "stable"
  12. # hosts:
  13. # - karmalocal.com
  14. before_install:
  15. # Start a display server where all graphical operations happens in memory
  16. - export DISPLAY=:99.0
  17. - sh -e /etc/init.d/xvfb start
  18. #cache:
  19. # directories:
  20. # - node_modules