diff options
author | Fabio Berger <me@fabioberger.com> | 2018-08-27 17:34:45 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-08-27 17:34:45 +0800 |
commit | 51161784e8aa0142556363de1f32298967e4b53c (patch) | |
tree | f194affc5537f8ba4ceded88ea030837b1501bfc /.circleci/config.yml | |
parent | c4dadf4bfd5b955221d5e8cd5e702720efd7873b (diff) | |
parent | cb7660fbe70db233579104fbf5845181232c83ec (diff) | |
download | dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar.gz dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar.bz2 dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar.lz dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar.xz dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.tar.zst dexon-sol-tools-51161784e8aa0142556363de1f32298967e4b53c.zip |
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo:
Fix command
Move md files to lib folder during build
Change exit code to failure
Fix sra-spec `main` and `types` in package.json
Issue #1025 BlockParam unroll
fix: Use yarn version 1.9.4 on CI
Diffstat (limited to '.circleci/config.yml')
-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 |