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 6fc8a7e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 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,11 +28,15 @@ 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 &&
Expand Down

0 comments on commit 6fc8a7e

Please sign in to comment.