Skip to content

Commit

Permalink
Fixing Travis build (installing missing SDK 27)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvasilkov committed Jan 13, 2018
1 parent 5bb7a81 commit adcc8dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ android:
- android-27

before_install:
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- yes | sdkmanager "platforms;android-27"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit adcc8dc

Please sign in to comment.