Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelkehinde authored Apr 2, 2021
1 parent d07e6c8 commit ab9a0ef
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
language: android

android:
components:
- android-26
- build-tools-26.0.2
- build-tools-27.0.1
- android-29
- build-tools-29.0.0
- extra-google-m2repository
- extra-android-support
- extra-android-m2repository

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
- yes | sdkmanager "platforms;android-28"
- yes | sdkmanager "build-tools;28.0.3"


script: ./gradlew assemble test check
script: ./gradlew assemble test check

0 comments on commit ab9a0ef

Please sign in to comment.