Add config file

pull/37/head
HenryNguyen5 6 years ago
parent 3a86f696b7
commit 40a33ff271

@ -0,0 +1,23 @@
language: node_js
cache:
yarn: true
directories:
- node_modules
install:
- yarn --silent
jobs:
include:
- stage: test
script: yarn test:prod -- --maxWorkers=2 --silent && yarn report-coverage
- stage: test
script: yarn tsc
- stage: test
script: yarn lint
notifications:
email:
on_success: never
on_failure: never
Loading…
Cancel
Save