webextension-polyfill/.travis.yml

19 lines
355 B
YAML

language: node_js
sudo: false
node_js:
## Some of the ES6 syntax used in the browser-polyfill sources is only supported on nodejs >= 6
- '6'
script:
- npm run build
- COVERAGE=y npm run test-coverage
after_script: npm run publish-coverage
notifications:
irc:
channels:
- irc.mozilla.org#amo-bots
on_success: change
on_failure: always