Skip to content

Commit

Permalink
Try something
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie committed Nov 28, 2018
1 parent e4d5f83 commit 5baf319
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,32 @@ addons:
- g++-4.9
android:
components:
# use the latest revision of Android SDK Tools
# # use the latest revision of Android SDK Tools
# - platform-tools
# - tools
#
# # 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
# - sys-img-armeabi-v7a-android-22

- tools
- platform-tools
- tools

# Additional components
- build-tools-26.0.0
- android-25
- 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
- sys-img-armeabi-v7a-android-22
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
env:
global:
- _FORCE_LOGS=1
Expand Down

0 comments on commit 5baf319

Please sign in to comment.