Skip to content

Commit

Permalink
testing travis
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickhwang21 committed Feb 8, 2019
1 parent 3a464d9 commit 906c713
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
language: android
sudo: required
jdk: oraclejdk8

language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools
- platform-tools

# The BuildTools version used by your project
- build-tools-26.0.2

# The SDK version used to compile your project
- android-26

# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-x86-android-26
- sys-img-armeabi-v7a-android-17

language: android
android:
components:
- build-tools-26.0.2
- android-26
- extra

language: android
android:
components:
- build-tools-26.0.2
- android-26
- add-on
- extra

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache

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

# safelist
branches:
only:
- master
- integration
- derrick-accessibility

0 comments on commit 906c713

Please sign in to comment.