Skip to content

Commit

Permalink
Try fixed travi (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers authored Oct 21, 2017
1 parent b8715fd commit a955826
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jdk:
before_install:
# Install SDK license so Android Gradle plugin can install deps.
- mkdir "$ANDROID_HOME/licenses" || true
- echo "$LICENSES_SHA" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "$LICENSES_HASH" > "$ANDROID_HOME/licenses/android-sdk-license"
- echo "$LICENSES_HASH_TWO" >> "$ANDROID_HOME/licenses/android-sdk-license"
# Install the rest of tools (e.g., avdmanager)
- sdkmanager tools
# Install the system image
Expand Down

0 comments on commit a955826

Please sign in to comment.