merge development

This commit is contained in:
Fabio Berger
2018-08-27 10:35:16 +01:00

View File

@@ -18,8 +18,8 @@ jobs:
- yarn-packages-master
- yarn-packages-
- run:
name: yarn
command: yarn --frozen-lockfile install || true
name: install-yarn
command: sudo npm install --global yarn@1.9.4
- run:
name: yarn
command: yarn --frozen-lockfile install
@@ -254,4 +254,4 @@ workflows:
- build
- submit-coverage:
requires:
- test-rest
- test-rest