Merge pull request #9 from MyCryptoHQ/chore/ci

Add travis
pull/37/head
Daniel Ternyak 6 years ago committed by GitHub
commit cba9d3e439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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