Skip to content

Commit

Permalink
chore: improve travis build for android
Browse files Browse the repository at this point in the history
  • Loading branch information
silkimen committed Dec 29, 2022
1 parent 00dc85c commit 449aa28
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ matrix:
include:
- name: "iOS Build & Test"
language: objective-c
sudo: false
os: osx
osx_image: xcode12.5

Expand All @@ -29,12 +28,20 @@ matrix:

- name: "Android Build & Test"
language: android
sudo: required

android:
components:
- tools

before_cache:
-rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
-rm -rf $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
-$HOME/.gradle/caches/
-$HOME/.gradle/wrapper/

before_install:
- export LANG=en_US.UTF-8 &&
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - &&
Expand Down

0 comments on commit 449aa28

Please sign in to comment.