Skip to content

Commit

Permalink
Bugfix/rn upgrade circleci and e2e (#1602)
Browse files Browse the repository at this point in the history
* Fix circle ci and improve e2e

* Update config.yml

* install pods and fix removed command

* test another way to install pods

* yet another coocapods try

* trying brew install

* Moving cocapods install to pre release ios

* Install cocoapods with gem

* Trying increasing java memory on circleci pre release android
  • Loading branch information
andrepimenta authored May 28, 2020
1 parent f1bb1ae commit 687552e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
command: echo 'weew - everything passed!'
publish-pre-release-android:
working_directory: ~/MetaMask
environment:
_JAVA_OPTIONS: -Xmx3g
docker:
- image: circleci/android:api-28-node8-alpha
steps:
Expand Down

0 comments on commit 687552e

Please sign in to comment.