1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-05 07:38:57 +00:00
trezor-wallet/.gitlab-ci.yml
Vladimir Volek 4bf5f83d2a Revert "Added gitlab config"
This reverts commit 2073125805.
2018-10-01 16:07:15 +02:00

21 lines
205 B
YAML

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