Browse Source

Allow accepting any android-sdk-license in tests, remove unused sysimg

master
Miłosz Sieradzki 10 years ago
parent
commit
a40a9e70ed
  1. 3
      .travis.yml

3
.travis.yml

@ -3,10 +3,9 @@ android: @@ -3,10 +3,9 @@ android:
components:
- build-tools-19.1.0
- android-19
- sysimg-19
- extra-android-support
licenses:
- android-sdk-license-bcbbd656
- 'android-sdk-license-.+'
- '.*intel.+'
before_install:
- git submodule update --init --recursive

Loading…
Cancel
Save