accounts-frontend/.travis.yml

17 lines
270 B
YAML
Raw Normal View History

2019-03-10 21:50:32 +03:00
language: node_js
2019-03-10 21:47:20 +03:00
cache: yarn
jobs:
include:
- stage: Test
name: Lint
script: yarn lint
- name: Flow
script: yarn flow
- name: Test
script: yarn test
- stage: Build
2019-03-10 21:50:32 +03:00
name: Build production assets
2019-03-10 21:47:20 +03:00
script: yarn build