Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Jun 20, 2016
1 parent 13c5b30 commit 332a1c9
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,22 @@
language: android
jdk: oraclejdk8
android:
components:
- tools
- build-tools-23.0.3
- android-23
- platform-tools
- build-tools-24.0.0
- android-24
- extra-android-support
- extra-android-m2repository
- extra-google-m2repository

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

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

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

# Additional components
#- extra-google-google_play_services
#- extra-google-m2repository
#- extra-android-m2repository
#- addon-google_apis-google-19

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

licenses:
- '.+'

0 comments on commit 332a1c9

Please sign in to comment.