You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/.gitlab-ci.yml

21 lines
205 B

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