1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-22 22:10:58 +00:00

Merge pull request #97 from trezor/gitlab-config

Added gitlab config
This commit is contained in:
Vladimir Volek 2018-10-03 14:52:08 +02:00 committed by GitHub
commit 50c4eb3f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.gitlab-ci.yml Normal file
View File

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