Skip to content

Commit

Permalink
travis first attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
skiff2011 committed Jul 10, 2019
1 parent c43f973 commit 94bda27
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: android
jdk: oraclejdk8
sudo: required
dist: precise
env:
global:
- ANDROID_API_LEVEL=28
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
android:
components:
- platform-tools
- tools
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
- android-$ANDROID_API_LEVEL
- extra-android-m2repository
- extra-google-google_play_services
- extra-google-m2repository
licenses:
- android-sdk-license-.+
- google-gdk-license-.+
script:
- ./gradlew test --stacktrace --no-daemon
before_install:
- chmod +x gradlew
branches:
only:
- develop

0 comments on commit 94bda27

Please sign in to comment.