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:
components: components:
- build-tools-19.1.0 - build-tools-19.1.0
- android-19 - android-19
- sysimg-19
- extra-android-support - extra-android-support
licenses: licenses:
- android-sdk-license-bcbbd656 - 'android-sdk-license-.+'
- '.*intel.+' - '.*intel.+'
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive

Loading…
Cancel
Save