fxa-shared/.travis.yml

22 строки
240 B
YAML

language: node_js
node_js:
- "8"
- "10"
sudo: false
services:
- redis-server
notifications:
irc:
channels:
- 'irc.mozilla.org#fxa-bots'
use_notice: false
skip_join: false
script:
- npm test
- npm run lint