diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-27 17:35:16 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-27 17:35:16 +0800 |
commit | cc77d1dd496f681313251cf65550e157467934ab (patch) | |
tree | ae89a83acef9fd36c738cc553d2c1e3eaafa004d | |
parent | 90c9e3496a6db59c39265d1974f766fed30c7877 (diff) | |
parent | 51161784e8aa0142556363de1f32298967e4b53c (diff) | |
download | dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar.gz dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar.bz2 dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar.lz dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar.xz dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.tar.zst dexon-sol-tools-cc77d1dd496f681313251cf65550e157467934ab.zip |
merge development
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d3c2f108..2f139841b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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
\ No newline at end of file + - test-rest |