Skip to content

Commit

Permalink
Temporary workaround for travis builds with Android SDK 27
Browse files Browse the repository at this point in the history
  • Loading branch information
rivaldi8 committed Feb 10, 2018
1 parent cd5ff90 commit 394ef4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ android:
# if you need to run emulator(s) during your tests
#- sys-img-armeabi-v7a-android-23

# XXX: Temporary workaround. Remove once fixed
before_install:
- yes | sdkmanager "platforms;android-27"

# Emulator Management: Create, Start and Wait
# Re-enable this when we figure out how to reliably build on Travis
Expand Down

0 comments on commit 394ef4f

Please sign in to comment.