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

1234567891011121314
  1. language: node_js
  2. node_js:
  3. - 'stable'
  4. services:
  5. - xvfb
  6. addons:
  7. firefox: latest
  8. chrome: stable
  9. install:
  10. - npm install
  11. - npm run build
  12. script:
  13. - npm test
  14. - cat coverage/firefox/lcov.info | node_modules/.bin/coveralls