accounts-frontend/.travis.yml

16 lines
231 B
YAML
Raw Normal View History

2019-03-11 00:17:20 +05:30
language: node
cache: yarn
jobs:
include:
- stage: Test
name: Lint
script: yarn lint
- name: Flow
script: yarn flow
- name: Test
script: yarn test
- stage: Build
script: yarn build