fxa-common-password-list
Version:
Common password checker for Firefox Accounts
26 lines (19 loc) • 314 B
YAML
language: node_js
node_js:
- "8"
sudo: false
cache:
directories:
- node_modules
notifications:
irc:
channels:
- 'irc.mozilla.org#fxa-bots'
use_notice: false
skip_join: false
install:
- travis_retry npm install --silent
# now run the tests!
script:
- npm test
- npm run lint