Merge branch 'master' of github.com:satoshilabs/trezor-wallet

pull/120/head
Szymon Lesisz 6 years ago
commit 47328d3dcc

@ -0,0 +1,20 @@
image: node:8
before_script:
- yarn install
cache:
paths:
- node_modules/
flow:
script:
- yarn run flow
test:lint:
script:
- yarn run lint
test:unit:
script:
- yarn run test
Loading…
Cancel
Save