Skip to content

Commit

Permalink
travis: restrict first update to tools component
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy committed Dec 31, 2015
1 parent 411dcdb commit 140bd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +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 tools
- 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 140bd5c

Please sign in to comment.