mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Add TravisCI
This commit is contained in:
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
|
Reference in New Issue
Block a user