Add TravisCI

This commit is contained in:
ErickSkrauch 2019-03-10 21:47:20 +03:00
parent 2cf86dc5d7
commit 3a0bb81f5b

15
.travis.yml Normal file
View 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