Skip to content

Commit

Permalink
travis: force android sdk update
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Dec 31, 2015
1 parent 27b24d5 commit 411dcdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:
paths:
- $(git ls-files -o | grep app/build/outputs | tr "\n" ":")
before_install:
- echo y | android update sdk --no-ui
- echo y | android update sdk --no-ui --all --filter platform-tools,build-tools-23.0.2,android-23,extra-google-m2repository,extra-android-m2repository
- git clone https://github.com/urho3d/android-ndk.git $HOME/android-ndk-root
- export ANDROID_NDK_HOME=$HOME/android-ndk-root
Expand Down

0 comments on commit 411dcdb

Please sign in to comment.