mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-26 16:52:06 +05:30
Add TravisCI
This commit is contained in:
parent
2cf86dc5d7
commit
3a0bb81f5b
15
.travis.yml
Normal file
15
.travis.yml
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user