Navigation Menu

Skip to content

Commit

Permalink
Setup Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flockself-assuredill committed Nov 28, 2018
1 parent c0a5db3 commit 1cff204
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
language: android
jdk: oraclejdk8

android:
components:
- tools
- platform-tools
- build-tools-28.0.3
- android-28
- extra-google-m2repository
- extra-android-m2repository

script:
- ./gradlew build

licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'

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"

0 comments on commit 1cff204

Please sign in to comment.