Skip to content

Commit

Permalink
Disable android test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertying committed Jan 26, 2020
1 parent e43e739 commit 1585afd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 57 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -12,7 +12,6 @@ jobs:
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- sys-img-x86-android-29
cache:
yarn: true
directories:
Expand All @@ -26,9 +25,6 @@ jobs:
- nvm install node
- npm install -g yarn
- yes | sdkmanager "build-tools;29.0.2"
- yes | sdkmanager "system-images;android-29;google_apis;x86"
- echo no | /usr/local/android-sdk/tools/bin/avdmanager create avd --force -n Pixel_3a_XL_API_29 -k "system-images;android-29;google_apis;x86"
- cp e2e/config.ini /home/travis/.android/avd/Pixel_3a_XL_API_29.avd/config.ini
install:
- gem install fastlane
- yarn install
Expand All @@ -38,7 +34,7 @@ jobs:
- echo fs.inotify.max_queued_events=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
script:
- if [ -n "$TRAVIS_TAG" ]; then yarn android:beta; fi
- if [ -z "$TRAVIS_TAG" ]; then yarn android:test:release; fi
- if [ -z "$TRAVIS_TAG" ]; then yarn android:build; fi
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down
4 changes: 0 additions & 4 deletions android/build.gradle
Expand Up @@ -16,12 +16,8 @@ buildscript {
maven {
url 'https://maven.fabric.io/public'
}
maven {
url 'http://storage.googleapis.com/r8-releases/raw'
}
}
dependencies {
classpath 'com.android.tools:r8:2.0.18'
classpath 'com.android.tools.build:gradle:3.5.3'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'io.fabric.tools:gradle:1.31.0'
Expand Down
48 changes: 0 additions & 48 deletions e2e/config.ini

This file was deleted.

0 comments on commit 1585afd

Please sign in to comment.