firefox-code-coverage-frontend/.travis.yml

15 строки
196 B
YAML

dist: xenial
language: node_js
cache: yarn
node_js:
- '8'
- '--lts'
install:
- yarn install --frozen-lockfile
after_failure:
- yarn build -- --inspect
script:
- yarn lint
- yarn test
- yarn build